Login Register


Doubt in this script filter_list
Author
Message
RE: Doubt in this script #11
Yes thank you @hackarchives and @Coder-san , that help me a lot.
[Image: OilyCostlyEwe.gif]


RE: Doubt in this script #12
Yes thank you @hackarchives and @Coder-san , that help me a lot.
[Image: OilyCostlyEwe.gif]


RE: Doubt in this script #13
Code:
<?php $host="localhost"; $user="root"; $pass=""; $database="testdb"; mysql_connect($host,$user,$pass); mysql_select_db($database) $url = "URL GIVEN BY USER"; $url= str_replace("'","&apos;",$url); $desc = "DESCRIPTION"; $desc = str_replace("'","&apos;",$desc); mysql_query("INSERT INTO urltable (url,descrip) VALUES ('$url','$desc')"); ?>
[Image: 946696_301886219956429_1080285596_n.jpg]

ေမေမနဲ႔မီးငယ္နွစ္ေယာက္လံုးကိုအရမ္းခ်စ္တယ္








Users browsing this thread: