177 Posted Topics
Re: That's why OpenSourcesm is needed ;) | |
Re: here. [url]http://lmgtfy.com/?q=search+mysql+php+example[/url] | |
Re: Regarding on your title, you should use them all. pages nowadays are AJAX+PHP oriented. | |
Re: yeah nice greeting mate! arr!:twisted: | |
Re: hi, have you tried putting the session_start() ? | |
Re: wait, can you explain further? | |
Re: Good work! sent you a message btw :D | |
Re: 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 | |
Re: 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! | |
Re: 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] | |
Re: 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 … | |
![]() | Re: 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] |
Re: Hi!! If you want easy MySQL codes, please try mine! :D [url]http://easycode.unoprojects.com[/url] | |
Re: Hi! please try mine! this will help you more! [url]http://easycode.unoprojects.com[/url] | |
Re: Hi! Try mine! [url]http://easycode.unoprojects.com[/url] =) | |
Re: 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. … | |
Re: IE just sucks, we all know that. It's a fact :D | |
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 … ![]() | |
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 … |
The End.