Jump to content

Recommended Posts

I am receiving a Parse Error, and I have narrowed it down the following line of code:

<?php while ($row_settings = mysql_fetch_array($rs_settings)) {?>

 

Any suggestions on what could be causing this? I have verified that all my query's are functioning properly.

 

Thanks for your help!

~SarahB~

Link to comment
https://forums.phpfreaks.com/topic/201763-php-parse-error/
Share on other sites

The posted line of code does not produce a php parse error (unless you don't have a closing } later in the code.)

 

If you really want someone if a forum to help with an error in your code, you need to post the error message with the line number information and you need to post enough of your code up to (syntax errors are often caused by something that the programmer left out prior to the line where the error is being reported at) and including the line where the error was reported at.

Link to comment
https://forums.phpfreaks.com/topic/201763-php-parse-error/#findComment-1058346
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.