Likes Received By shofstetter
-
vodafone liked shofstetter's post in the thread Buying Need to fix ubuntu update error on digitalocean.
If you still have terminal access you can follow the step here:...
Nov 17, 2022 -
robjones liked shofstetter's post in the thread Parse error: syntax error - Plz help guys.
This looks like an attempt to hack http://www.v7n.com/forums to gain admin access, I will not help.
Feb 1, 2011 -
darklift liked shofstetter's post in the thread Restoring & closing truncated html tags..?.
this should give you a good start: <?php $test = "<u>Hi this is a test document it is <b>just a test no need</b> to get all <i>bent...
Jan 29, 2011 -
norfstar liked shofstetter's post in the thread Turning freetext numbered lists into <ol> lists with PHP.
You man be able to just use explode() if the items in the fields have any common separators. you may find this function handy:...
Jan 10, 2011 -
izlik liked shofstetter's post in the thread phpmysql problem.
Try something like this: $sql = '$sql = 'SELECT * FROM `homes` ORDER BY `homes`.`homes` ASC'; $r =...
Dec 29, 2010 -
willhaynes liked shofstetter's post in the thread Dad looking for a database site.
I could code a simple php/mysql cms to allow him upload pictures edit title / description for each stamp right from his web browser, as...
Dec 24, 2010 -
arpit13 liked shofstetter's post in the thread if (something.. && (something || something)) plz help.
that is correct. here is the long evaluation of your statement if (condition1 is true and (condition2 is true or condition3 is true) so...
Nov 21, 2010