Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~3K People Reached
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for Aiedail

> 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; }

Member Avatar for Aiedail
0
254
Member Avatar for vinithktp

Try an escape character like "\" as in String ss1="St: Mary's School.";

Member Avatar for Manoj Phutela
0
931
Member Avatar for Awah Mohamed
Member Avatar for Siboneloz

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]

Member Avatar for Siboneloz
0
634
Member Avatar for sainigks

[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]

Member Avatar for Henzard
0
167
Member Avatar for muralibobby2015

[url]http://www.liamdelahunty.com/tips/php_list_a_directory.php[/url] [url]http://www.ajaxf1.com/tutorial/ajax-php.html[/url]

Member Avatar for Henzard
0
75
Member Avatar for shenbagam

When you uplaod a picture just save the path of the new image over the old one in mysql

Member Avatar for Dragonbaki
0
131
Member Avatar for forumite
Member Avatar for balaji153

Is it a Java tutorial your after or any tutorials ? What languages do you currently program?

Member Avatar for javaAddict
0
137
Member Avatar for Henzard

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 …

Member Avatar for phpbeginners
0
161

The End.