RE: Referring Page in PHP/SQL

2002-06-22 Thread Peter Lovatt
] tel. 0121-242-1473 --- > -Original Message- > From: Tokunboh Oladejo [mailto:[EMAIL PROTECTED]] > Sent: 21 June 2002 15:56 > To: '[EMAIL PROTECTED]' > Subject: Referring Page in PHP/SQL > > > Hi All, > > Can anyone help me on how to ca

RE: Referring Page in PHP/SQL

2002-06-21 Thread Steve
This question is more appropriate for the PHP list. Here is an example: // if row exists - login/pass is correct if (mysql_num_rows($result) == 1) { // initiate a session session_start(); // register the user's ID and permission level

Referring Page in PHP/SQL

2002-06-21 Thread Tokunboh Oladejo
Hi All, Can anyone help me on how to call up an HTML page in PHP after a succesful entry, example I don't want to have to type the HTML code again in between the php code because the page I need is already at another URL. If anyone knows what I am talking about please help. Toks --