Forum: PHP Jul 6th, 2005 |
| Replies: 1 Views: 1,260 sorry solved
just wrote http:\\www.site.com\ |
Forum: PHP Jul 6th, 2005 |
| Replies: 1 Views: 1,260 in my site there is option for users to post comments. when they add a hyperlink like <a href="www.web.com" target="_blank">link</a>
it is stored in db. when i retrive it the link is like this
... |
Forum: PHP Jul 5th, 2005 |
| Replies: 4 Views: 11,949 well never mind that. just think hows that working?? |
Forum: PHP Jul 5th, 2005 |
| Replies: 4 Views: 11,949 well thnks for the reply. but still i don want to reply. have a look at themexp.org there try download links :) i want it to be like that! thnx |
Forum: PHP Jul 5th, 2005 |
| Replies: 4 Views: 11,949 i got a page index.php. i got a link over there to download.php.
in download.php i'll do some mysql things. (like count file download...) and redirect the browser to some file 123.zip.
Wot i... |
Forum: PHP Jul 3rd, 2005 |
| Replies: 1 Views: 1,476 well what i want is if my php page generates any error it should automatically redirect to my index.php.
please note any error (mysql or sytqax or anything else. ) |
Forum: PHP Jul 1st, 2005 |
| Replies: 2 Views: 1,411 This one isnt working!
function insertpath($num){
echo " <td colspan=\"3\" align=\"left\"> <br>\n";
echo " <b>Date Published</b>:",$Date_Added[$num] ,"<br>\n";
echo " ... |
Forum: MySQL Jul 1st, 2005 |
| Replies: 2 Views: 2,878 thnx. I just figured it out! thnx again |
Forum: MySQL Jun 30th, 2005 |
| Replies: 2 Views: 2,878 How can i display result of a single cell query?
my query is $author=$_POST["authorname"];
$q="Select authorid from authors where AuthorName=$author";
$resultauthor=mysql_query($q,$connect);... |