Showing results 1 to 4 of 4
Search took 0.01 seconds.
Posts Made By: vscapes
Forum: PHP Sep 12th, 2004
Replies: 1
Views: 2,488
Posted By vscapes
Re: cronjob in PHP ?

That is a php file that is automatically executed by the server at designated intervals. It can be used for many purposes such as deleting listings that are old, updating calenders, etc...
Forum: PHP Sep 12th, 2004
Replies: 11
Views: 4,803
Posted By vscapes
Re: PHP newbie, project feasibility

It would look something like this:

$sql = mysql_query("select name from table_name");

while ( $row = mysql_fetch_array($sql)) {

echo ("OPTION VALUE='$row[name]' ");

}
Forum: PHP Sep 12th, 2004
Replies: 11
Views: 4,803
Posted By vscapes
Re: PHP newbie, project feasibility

The project seems like a good place to get your feet wet with php / mysql. Initially it looks pretty simple. I would recommend using a db rather than text file so that mysql can do the math and...
Forum: PHP Sep 12th, 2004
Replies: 7
Views: 21,978
Posted By vscapes
Re: mysql_fetch_array(): supplied argument is not a valid MySQL

I usually find this error is due to some typo in the sql query, in this case $get. Try putting single quotes around the $OfficeID variable like this:

OfficeID='$OfficeID'

You did so with the...
Showing results 1 to 4 of 4

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:39 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC