Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: premiumwebtechnologies
Forum: Programming 20th November 2014, 01:01 PM
Replies: 5
Views: 965
Re: Locally Hosting a Website

You don't need IIS. As for wordpress just download the files and unzip it. Rename the file called "wp_config.example.php" (or something like that) to wp_config.php and edit it with your mysql...
Forum: Programming 19th November 2014, 02:01 PM
Replies: 3
Views: 1,611
Re: [PHP] Set selected option of select tag & fetch_array

while($datas=mysql_fetch_array($rs)){
$data .= "<option value=\"". $datas[product]."\" ". ($datas['product'] == 'test'? 'selected':"") . ">". $datas[product]. "</option>";
}

Note: not tested...
Forum: Programming 18th November 2014, 01:05 PM
Replies: 7
Views: 1,746
Re: Protecting submission form from bots without using captcha?

What some sites do is generate a random variable on the submission page which is then "submitted" along with the other data. The backend checks if the random variable is correct and if not rejects...
Showing results 1 to 3 of 3

 
Forum Jump


All times are GMT -6. The time now is 02:04 AM.