- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
> IE menu.php? function ae_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) return true; else return false; } if (ae_detect_ie) { include iemenu.php; } else { include menu.php; }
Try an escape character like "\" as in String ss1="St: Mary's School.";
first make a connection [url]http://www.php.net/manual/en/function.mysql-connect.php[/url] then query you db [url]http://www.php.net/manual/en/function.mysql-query.php[/url]
[code]<?php $folder=$_POST['folder']; $sfolder=$_POST['sfolder']; //echo $folder; //echo $sfolder; $rec = opendir("$folder/$sfolder"); if($rec = opendir) { echo"<b><u>Directory have these Files & Folders:</u></b>"; echo "<select> <option>Select File </option>"; while(false !== ($dir = readdir($handle))) { echo"<option>$dir</option>"; } echo"</select>"; closedir($rec); } ?>[/code]
[url]http://www.liamdelahunty.com/tips/php_list_a_directory.php[/url] [url]http://www.ajaxf1.com/tutorial/ajax-php.html[/url]
When you uplaod a picture just save the path of the new image over the old one in mysql
How much php do you know ? How much SQL do you know ?
Is it a Java tutorial your after or any tutorials ? What languages do you currently program?
I have a php user front-end and would like to validate a some fields to stop duplicates the database is oracle and the form is quite large i was wondering if it is possible with Javascript or ajax to run a select statement using php code check the values and …
The End.