177 Posted Topics

Member Avatar for Aslam Mansoor
Member Avatar for detweiller
Member Avatar for detweiller
0
178
Member Avatar for mikecronauer

Regarding on your title, you should use them all. pages nowadays are AJAX+PHP oriented.

Member Avatar for MooGeek
0
162
Member Avatar for Syphilis
Member Avatar for hystaspes
Member Avatar for kar123
Member Avatar for toffeecaliliw
Member Avatar for MooGeek
0
55
Member Avatar for cybermechanic
Member Avatar for MarounMaroun
Member Avatar for Will3Style
Member Avatar for Joeflims
Member Avatar for QWaz
Member Avatar for ceeandcee
Member Avatar for jkaye
Member Avatar for blaisemcrowly

you can do error trapping assume x as your input variable [CODE=c++] if(x > 10000 || x < 0) { cin >> "Wrong input"; return 0; }[/CODE] I dunno if this will gonna work... lemme know if this doenst work

Member Avatar for MooGeek
0
2K
Member Avatar for mpc123

uhhh, are you trying to echo a string with other string?? like this [CODE] echo "<tr><td>"; echo "images/" . $row['car']; echo "</td><td>"; echo "images/" . $row['caravan']; echo "</td><td>"; [/CODE] Cheers!

Member Avatar for MooGeek
0
124
Member Avatar for sam023
Member Avatar for lwaterfo

By using Limit :) [url]http://www.phpsimplicity.com/tips.php?id=1[/url] Cheers! :D oh, please try to visit my site. it might help you :) [url]http://easycode.unoprojects.com[/url]

Member Avatar for MooGeek
0
117
Member Avatar for eagled2

when using header, it should be on the top. always. instead, try this one [CODE=php] if (isset($_POST['month'])){ $pid = $_post['months']; header("HTTP/1.1 301 Moved Permanently"); header("Location: arttest.php?id=$pid"); exit(); } echo '</td><form action="httest.php" method="post"><td> <SELECT NAME=months> <OPTION VALUE=0>Choose Month</option>='.$months.' </SELECT><input type="submit" name="month" value="Go"></td></form>'; [/CODE] if still doesn't work you should try using …

Member Avatar for MooGeek
0
213
Member Avatar for doctorphp

you should try to debug it first. [CODE=php] $album_num = mysql_num_rows ( mysql_query ( "SELECT * FROM albums WHERE userid = '" . $id . "'" ) ); echo $album_num . "<--album_num output" // this will give you a hint[/CODE]

Member Avatar for ﻼim
0
128
Member Avatar for hotice47

Hi!! If you want easy MySQL codes, please try mine! :D [url]http://easycode.unoprojects.com[/url]

Member Avatar for MooGeek
0
188
Member Avatar for NetHead21
Member Avatar for MooGeek
0
226
Member Avatar for LRNPHP
Member Avatar for MooGeek
0
545
Member Avatar for ello

Correct me if I'm wrong but your problem is that it should generate a fresh Quote whenever the link is clicked? and then what happened is that when the page opens, it also generate the quote? if this is your problem, I think the problem is in your CSS lightbox. …

Member Avatar for almostbob
0
125
Member Avatar for Bliksempie
Member Avatar for MooGeek

Hi guys!! I'm currently developing an opensource CMS. but I've noticed that lots of Pro Programmers use Linked List. and of course if I want to make a opensource CMS I want to code it Professional way. that's why I've decided to use Linked List instead. the problem is I …

Member Avatar for rajarajan2017
0
146
Member Avatar for MooGeek

Hi guys, I've been trying to search for a complete PHP Private Messaging System that could possible be integrated into my website. No, I Don't want a Simple tutorial about it, I just need a Complete, Ready made Script. and also how to create pop3 accounts in my server using …

Member Avatar for rch1231
0
99

The End.