Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 14 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Quick Fix | |
upennballer Replies: 1 Views: 6258 ![]() |
![]() |
I think this should be corrected if i am not mistaken.
The original code lacked the Symbol so it would just go to yahoo's finance page. This makes it better by going straight to that companies profi ... |
|
Topic: Login setup help | |
upennballer Replies: 18 Views: 24546 ![]() |
![]() |
Dont know if this helps. I use this function:
function checkLogin(){ /* Check if user has been remembered */ if(isset($_COOKIE['cookname']) && isset($_COOKIE['cookpass'])){ ... |
|
Topic: Login setup help | |
upennballer Replies: 18 Views: 24546 ![]() |
![]() |
Sure. I should finish it hopefully tonight. Then you can give me your thoughts and suggestions and i can improve it if need be. | |
Topic: Login setup help | |
upennballer Replies: 18 Views: 24546 ![]() |
![]() |
yeah pretty much no one could have been since it wouldnt work without that line. LOL. That is okay. It is a great script and i am going to try and change it around so that i can make it into a stock ... | |
Topic: KISSQ: PPrice, NShares and PDate not writing to DB | |
upennballer Replies: 8 Views: 12572 ![]() |
![]() |
It is writing to the database but i dont think it is getting read correctly
Try this: Fix for standalone maybe. I am not much of a coder. but i was trying to implement this standalone versio ... |
|
Topic: Login setup help | |
upennballer Replies: 18 Views: 24546 ![]() |
![]() |
Fix for standalone maybe.
I am not much of a coder. but i was trying to implement this standalone version and it wouldnt read the shares or price. I found that it isnt even searching for that when ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
k that makes sense but for some odd reason i cant seem to get the site to even store the information for one quote.
$readl= @file("$url"); doesnt work. For some reason it doesnt want to save ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
Definetly you told me that. Just trying to figure out how you got the information for that site into a variable. Doesnt seem to work for me. | |
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
CHANGED AGAIN STILL DOESNT WORK. LOL. Please Help if possible. ![]() <?php $Symbol='qqq'; $url = "http://finance.yahoo.com/d/quotes.csv?s=$Symbol&f=st5l9c6p4b1a3"; //echo $url; //if(file_ ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
Shortened it to this. Still doesnt work. LOL. Could Anyone Help Me out? THANKS
<?php $Symbol=qqq; $readl = fopen("http://finance.yahoo.com/d/quotes.csv?s=$Symbol&f=st5l9c6p4b1a3", " ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
NOw i have this.
But for some reason the symbol doesnt seem to be reading to the array. Does anyone know why?? <?php $Symbol=qqq; $readf = @file("http://finance.yahoo.com/d/quotes.csv?s= ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
<?php
$Symbol=qqq; $readf = @file("http://finance.yahoo.com/d/quotes.csv?s=$Symbol&f=snl1d1t1c1p2va2bapomwerr1dyj1"); if (count($readf)<1) { echo "This symbol was not found. Please che ... |
|
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
Thanks. I will try that. Right now i am trying to break it down so that i can pass a bunch of symbols into a ticker sort of thing. I am not sure how to start. I am using your yahoo finance links i ... | |
Topic: Quick Help Install and Bug | |
upennballer Replies: 11 Views: 13630 ![]() |
![]() |
Hi. Great work. I am trying to install this into a regular html document. I have php installed. How would i go about including this? Is there a way to make a stock ticker? Also a bug. When showin ... | |
Ravens PHP Scripts And Web Hosting Forum Index |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours