We have a social networking web site in which we wants to tag some words, user are given an option to add tagging words from their profile e.g "World cup Cricket 2007" Every one else who have tagged...
Type: Posts; User: Jamal; Keyword(s):
We have a social networking web site in which we wants to tag some words, user are given an option to add tagging words from their profile e.g "World cup Cricket 2007" Every one else who have tagged...
hi all ,
i have developed a website in php, using mySQL as database. Now i want to upload it to my web site.
what steps should i take ?
What will be the changes in my...
thetestingsite : im trying to access my web host's local server.
yes dude i tried it first, and i think the same: there is a problem with either the url i am typing or with my hosting service, because this code is working fine wen i tried it on my local machine. ...
<?php
define('DB_USER','xyz');
define('DB_PASS','xyz');
define('DB_HOST','www.my.com');
define('DB_NAME','xyz');
$dbc = mysql_connect(DB_HOST,DB_USER,DB_PASS);
mysql_connect(): Can't connect to MySQL server on 'www.myweb.com (10061) in d:\accounts\myweb\db_connect.php
i am getting this error while trying to connect to my sql server host from the php...
thanks budd
well i tried to disabled the submit button through onclick but i prevents my form from submition instead i worked this way and have made it :)
<SCRIPT LANGUAGE="JavaScript">
var...
hi every one :)
i need a javasript that will allow user to click on the button once, after it it may disable the button.
please help.
thanks
Im design my site 1024x768 Resolution . I want view my site user as per his Resolution settings. plz help me
Im design my site 1024x768 Resolution . I want view my site user as per his Resolution settings. plz help me
Query..
can we run this script multiple times on the same page, I tried but does not work please help
Thanks
<body onload="Carousel()">
<script type="text/javascript">
...