[PHP-WIN] PHP Help needed

2011-03-16 Thread Gavin Chalkley
Hi All, I am new to PHP and trying to create the follofing I am changing the Database and wanting to list the navigation names in the database, so when one is click the corresponding content is displayed. I have the list from the database displayed as links:

[PHP-WIN] php help

2004-10-18 Thread Amala Singh
Hi I get the following error after installing php-4.3.9-Win32 with Apache 2.0 [Mon Oct 18 19:58:36 2004] [error] [client 127.0.0.1] C:/php-4.3.9-Win32/info.php is not executable; ensure interpreted scripts have "#!" first line [Mon Oct 18 19:58:36 2004] [error] [client 127.0.0.1] (9)Bad file descri

Re: [PHP-WIN] PHP help: login.php T_ELSE error

2004-08-02 Thread Dylan Barber
most likely it needs to be elseif no space! Someone elsemight see something else -Original Message- From: server-matrix <[EMAIL PROTECTED]> Sent: Jul 29, 2004 11:31 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP help: login.php T_ELSE error Please could somebody help me wit

[PHP-WIN] PHP help: login.php T_ELSE error

2004-08-02 Thread server-matrix
Please could somebody help me with this. I'm quite new to PHP. I can't seem to find what needs to bechanged in this. // session id check if (!empty($HTTP_POST_VARS['sid']) || !empty($HTTP_GET_VARS['sid'])) { $sid = (!empty($HTTP_POST_VARS['sid'])) ? $HTTP_POST_VARS['sid'] : $HTTP_GET_VARS['sid'];

Re: [PHP-WIN] PHP help

2003-06-30 Thread Seung Hwan Kang
wish to use $query="INSERT INTO login VALUES ("$login")"; Note: I've observed an extra double quote in the line above in your script. I hope this can help. Rodel D. Bautista -Original Message- From: Bill Pilgrim [SMTP:[EMAIL PROTECTED] Sent: Monday, June 30,

RE: [PHP-WIN] PHP help

2003-06-29 Thread Bautista, Rodel D.(Digitel-GSM)
;on" if you wish to use $query="INSERT INTO login VALUES ("$login")"; Note: I've observed an extra double quote in the line above in your script. I hope this can help. Rodel D. Bautista > -Original Message- > From: Bill Pilgrim [SMTP:[EMAIL PROTECTED] >

Re: [PHP-WIN] PHP help

2003-06-29 Thread Rowan Hick
General hints - if you find a query is not working use a gui tool and try the exact query manually. Eg place in the script echo "Line 5 qry:".$query.""; Then copy the output into a gui tool (such as mysqlmanager) and run it, it will pretty quickly tell you whats wrong. However a good starting

[PHP-WIN] PHP help

2003-06-29 Thread Bill Pilgrim
My System: Windows 98 Apache 1.3.27 PHP 4 mysql Hello all, I am a PHP beginner and was wondering if I could get some help from some of the more experienced on this list. I have been trying to use an html form (with textboxes, radio buttons, and textareas) to input data into a mysql database.

RE: [PHP-WIN] php help

2002-08-26 Thread Rich Gray
To: [EMAIL PROTECTED] Subject: [PHP-WIN] php help sir, the following code i used to pass an id from one page to next but it is not working,can you please help me. (i am working on windows 98 os,apache server) application.html:: Enter

[PHP-WIN] php help

2002-08-25 Thread mathew jose seby
sir, the following code i used to pass an id from one page to next but it is not working,can you please help me. (i am working on windows 98 os,apache server) application.html:: Enter an id num: --- course.php::