Likes Received By Steve136
-
SonnyCooL liked Steve136's post in the thread WP coding.
Try changing the href of the <a> link. eg. Regards, Steve
Jan 14, 2010 -
norfstar liked Steve136's post in the thread PHP valid email format checker function.
Hi Try this function: <?php function isValidEmail($email){ if...
Jan 12, 2010 -
proteindude liked Steve136's post in the thread $50 logo contest.
Hey There, Here is my entry, [IMG] Feedback welcome. Regards, Steve
May 7, 2009 -
commandos liked Steve136's post in the thread 20$ - Logo Contest - Paypal.
Hey There, Here is my entry - [IMG] Feedback welcome. Regards, Steve
May 6, 2009 -
dimitar christoff liked Steve136's post in the thread Beware - PHP newcomers !.
Or you could use globals... $myvar = "hi"; function printVar() { echo $GLOBALS["myvar"]; }
Oct 2, 2008 -
saxDesigns liked Steve136's post in the thread (UnCoded) Poker Website Design Contest ($300!).
When taking the time to do quality designs and you spend hours on graphics, only for someone to post up a new design using some of your...
Sep 10, 2008 -
hexadesigns liked Steve136's post in the thread How do I know which country my visitor is from?.
Hi, There is a PHP module that can be installed that'll do just that, it will tell you exactly what country an IP address is located...
Sep 7, 2008 -
jayshah liked Steve136's post in the thread Upload and resize script question.
Hi, Jayshah was right, you need to change the function names - But if you want to keep the same file type as what was uploaded, you...
Sep 7, 2008 -
galm_1 liked Steve136's post in the thread $39 Logo Contest : HipHop Site.
That's your second entry, I don't know how well your following this. Have a look at the image I posted above - This is a totally...
Sep 7, 2008 -
risoknop liked Steve136's post in the thread "Call to a member function query() on a non-object" problem.
Ahh, i thought it was the same as MySQL (silly me) Does this work? function fetchArray($result) { return...
Sep 6, 2008 -
proteindude liked Steve136's post in the thread $150 Contest Website Design single page no coding required.
Hi, Here is my attempt, I have PM'd you with a full resolution image. [IMG] Feedback welcome. Regards, Steve
Sep 5, 2008 -
sg552 liked Steve136's post in the thread PHP redirect.
Hi, Simple example using sessions. Index.php (at the top) session_start(); $_SESSION["first_time"] = 1; Content.php (at the top,...
Sep 5, 2008 -
YesBrilliant liked Steve136's post in the thread Special Characters/Simbols: ► ★ ➡ ▄.
Hi, Just found this in google which may be of some use: http://www.siber-sonic.com/mac/charsetstuff/Soniccharset.html Select the...
Aug 27, 2008 -
mokimofiki liked Steve136's post in the thread if statements within a value?.
Hi, <?php $result = mysql_query("SELECT description FROM sppkg WHERE optiontype='special'"); print "<select...
Aug 27, 2008 -
rohan_shenoy liked Steve136's post in the thread Allow googlebot to my members areas.
One method i can think of is checking the visitors IP address and hostname using gethostbyaddr(); to check that it belongs to google....
Aug 24, 2008