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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DarkFear

  1. DarkFear

    PHP Error on posting

    when i try to use my php forum i got from a friend the followingerrors appear : 1)Warning: mysql is deprecated; use mysql_select_db() and mysql_query() instead in C:\Xitami\webpages\darkrelm\bionicbulletin\pages.inc on line 3 2)[COLOR=red] Warning: mysql is deprecated; use mysql_select_db()...
  2. DarkFear

    php not connecting to mysql

    where in the php.ini is that ?
  3. DarkFear

    php not connecting to mysql

    heres my error Warning: Can't connect to MySQL server on 'localhost' (10061) in C:\Xitami\webpages\darkrelm\bionicbulletin\database.php on line 3 how do i spesify a port for php to connect to ?..i know i sound really lame but u guys seem to very helpful..thank you for your pacients... im...
  4. DarkFear

    php not connecting to mysql

    so u have to make the account in a prompt ?..i cant set a new pw for some lame reason must have to do that in a prompt too ..i dont really know could you help me please
  5. DarkFear

    error

    yeah thats what i ment ..i cant supply code unless the author alows me to its his brain child not mine ..xitami easier to use then apache
  6. DarkFear

    php not connecting to mysql

    heres the db that makes the connection <?php $PHP_SELF; // ... Open database connection $db = mysql_connect(&quot;localhost&quot;,&quot;root&quot;) or die(&quot;<p>Cannot access the database, please contact the system administrator.</p>&quot;); mysql_select_db(&quot;bionicbulletin&quot;,$db)...
  7. DarkFear

    php not connecting to mysql

    How do i make a account for it ? mysql admin ..i never thought to use it causwe the guy that made the cool script never had to do that ..but hes on xp though too
  8. DarkFear

    php not connecting to mysql

    heres my page darkrelm.dhs.org im having problems with a friends php forum ..it wont connect ..thought it connected b4 but it wouldnt post do i need to edit somfing in mysql or do anything ?btw heres what the forum should work like http://earthbound.dhs.org/bionicbulletin/bionicbulletin.php Im...
  9. DarkFear

    Php Form - Not inserting into DB

    Its myql_connect(&quot;localhost&quot;,&quot;root&quot;) aint it ?
  10. DarkFear

    error

    Im running php 1.06 ,mysql version 3.23.38 and xitami version 2.4d6 ..i got the error go away by editing php.ini line where it says show erros ..now i seem to not be able to connect to mysql grrr i need help please :(

Part and Inventory Search

Back
Top