-
Posts
252 -
Joined
-
Last visited
Posts posted by ryanfilard
-
-
My servers are hosted in Texas.
-
I also recently did folkartdecoys.com. I am just fixing a few bugs now.
-
Thank You
-
I need to get mysql information. This is incorrect what should I use instead.
WHERE username = '$user', id = '$getid'
-
I just created a site for a client. They seem happy with it but there is still major construction to be done.
-
It is taken but is up for sale $1,788. Their budget is $500
-
Red Door Antiques
-
No but something related to antiques
-
Can you think of one? If you don't like any of them.
-
I do not need a programmer anymore.
-
Yes
Username: phpfreaks
Password: password
-
I need help with my website www.celbre.com. It is a website for people/small businesses to give their customers updates. If you helped code you would receive a percentage of the profits.
PHP/HTML Programmer [1] - 20% of profits
PHP Debugger [1] - 20% of profits
Graphics [1] - 20% of profits
PHP Programer:
Needs to be able to search the profiles on the database and if the user does not want to be in search results block it.
Block HTML tags in text boxes.
PHP Debugger:
Check over the php programmer's script and make sure it works properly.
Graphics:
Simple graphics are needed.
Please email me what you can do [email protected]
P.S. I am not the best programmer.
-
Yeah, I could not think of one to use. I will use $queryoutcome
-
This is my code:
$req = $_GET['s']; $as = "SELECT users.username, users.fname, users.lname, users.tags FROM users.users WHERE "; $terms = explode(" ", $req); foreach($terms as $smart){ $a++; if ($a == 1) $as .= "users.tags = '$req' "; else $as .= "OR users.tags LIKE '$req' "; } mysql_select_db($database_Users, $Users); $query_Recordset1 = "SELECT username, fname, lname, tags FROM users"; $Recordset1 = mysql_query($smart, $Users) or die(mysql_error()); $row_Recordset1 = mysql_fetch_assoc($smart); $totalRows_Recordset1 = mysql_num_rows($smart);
This is What I Get:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nah' at line 1
URL:
http://www.celbre.com/search.php?s=nah&button=Search
-
I fixed my severs, you should be able to get on it now.
-
I creates a section on my website called profiles. I am doing updates on it tell me what you think.
Old But Current Site: http://www.ryanweekly.com/user/?p=nah
New Site: http://www.celbre.com
-
I have small images uploaded to mysql with blob. How would I display them
Like This?
<img src="<?PHP echo $row_rweek['image'] ?>" />
-
hostgator.com
-
I don't know where to put this, but should I trademark my website name & logo?
-
Is it possible to make the highlight on hover fade in and out?
-
I am working on a website for a customer.
How is it so far and how can I improve it.
-
<?PHP //Data to write $newsletterinfo = '_a'; $newsletterinfo = $_REQUEST['email']; //Open the file directory $fdir = fopen('created/1.txt', 'a'); //Write The Data fwrite($fdir, $newsletterinfo ); //Close the connection fclose($fdir); ?>
-
This is the link to your site right? http://animatedgameplay.webs.com/
-
Its great - By the way it says "Untitled Document" Remember to change that. (;
Get Shipping Rates Function Not Working
in PHP Coding Help
Posted
Here is my code, it is not working.