|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
hi,
i've got a problem using php and mysql in my redhat 6.0 OS. when i run php files with my browser its result an error like this ..."Fatal error: Call to unsupported or undefined function mysql_connect() in /home/httpd/html/masrul_tuto/index.php3 on line 17 "... anybody could help.. sorry for my bad english. URL |
|
#2
|
|||
|
|||
|
please show your script
maybe it could help to see what's wrong see ya ! |
|
#3
|
|||
|
|||
|
hi
i think yuor php does not support mysql so i think you might compile php to support mysql you can see the step of installation in php ------------------ fookies |
|
#4
|
|||
|
|||
|
This is a part of my source code..."
if (empty($srt)) { $srt='TimeStamp'; } if (empty($offset)) { $offset='0'; } echo "<h2>Entries from the guest book sorted by $srt</h2>"; mysql_connect(***,***,***) or die("connection problem ...."); $query = "select * from visitors order by $srt limit $offset,10"; $result = mysql_db_query("guest_book",$query);" tq. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > php link to mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|