Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GrazBurya

    PHP / ODBC / MYSQL

    By the way, you're also missing quotes in your $_REQUEST statement...you have $_REQUEST[userid]...this should be $_REQUEST["userid"]...I copied yours and realized afterwards that it had no quotes...if you use my sql statement, you will also need to add quotes.
  2. GrazBurya

    PHP / ODBC / MYSQL

    Try this for your sql statement: $sql="SELECT * FROM usersNew where userid =" .$_REQUEST[userid];
  3. GrazBurya

    Cannot use relative paths in PHP scripts

    Over the weekend I installed a new System running Windows XP, Apache 2.2.2, PHP 5.2.3 and out the the box I am getting the same problem. I cannot use relative paths and include_path=.;C:\PHP5\pear is being set outside of C:\Windows\php.ini...On another box, I have Fedora 4, PHP 4, Apache 2.0.58...
  4. GrazBurya

    Cannot use relative paths in PHP scripts

    Hey guys, thanks for your response. phpinfo() shows the location of my php.ini as /etc/php.ini...After some searching, I found the following files /usr/share/pear/pearcmd.php and /usr/share/pear/peclcmd.php that both has a ini_set('include_path', '/usr/share/pear'); in them...I've commented out...
  5. GrazBurya

    Cannot use relative paths in PHP scripts

    I am running Fedore Core 6 and recently I upgraded PHP and Pear. Before the upgrade, include_path was not used and most of my scripts used relative paths. After the upgrade, I am getting 'file not found' errors in my error_log and blank pages on my sites for all my scripts that have...

Part and Inventory Search

Back
Top