Urgent code needed !!
can any 1 help me with How To insert radio button , checkbox ,list box values in mysql View full post on Tycoon Talk
can any 1 help me with How To insert radio button , checkbox ,list box values in mysql View full post on Tycoon Talk
hi all. can someone tell me how to add a background to this code please? HTML Code: <form action="http://www.testtesttest.com/dhcart/order.php" method="post"> <input type="hidden" value="check" name="dhaction" /><input type="hidden" value="Register" name="submit_domain" /> <table border="0" cellpadding="0" cellspacing="0" class="searchbox"> <tbody> <tr> <td valign="top" class="searchbox_top"><img src="http://tycoontalk.freelancer.com/images/spacer.gif" [...]
How can I embed a HIRE ME button to member profiles in vBulletin forum? View full post on Tycoon Talk
So, i’ve found a code that changes the "Title" but, for example my website reads "index.php" as "first/home page" But, its shows "Index | ChrisBeats.Com" instead of that i want it to be called "Home | ChrisBeats.Com" Example: chrizzle.nl I tried something but it doesnt seem to work: Code: <?php $siteName = ‘ChrisBeats.com’; $fileName = [...]
Im new to PHP and Im getting this error Parse error: syntax error, unexpected ‘=’, expecting ‘,’ or ‘;’ in C:\wamp\www\php_sandbox\00800 strings_functions.php on line 24 This is line 24 Trim: <?php echo fourthString = $firstString . trim($secondString); ?><br /> Thanks for any help <html> <head> <title>Strings Functions</title> </head> <body> <?php $firstString="The quick brown fox"; $secondString=" [...]
For some reason It has always worked but here my site www.team-illuminate.com see the facebook & youtube images, they are both image mapped but for some reason it doesn’t work? here is my source code *IGNORE THE OK’s YOU SEE* lol i just left it ;b HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [...]
The purpose is to output an image (banner) from a row in mysql. I am 100% sure banners exist in the $row['banner'] column. PHP Code: <?php // Connect to database $connection = mysql_connect(“localhost”, ”duckster_admin”, ”") or die(“Could not connect to database”); // Select database $db = mysql_select_db(“duckster_amp”, $connection) or die (“Could not select database”); // mySQL connection$query = ”SELECT * FROM amp_ads”; // Show all Records $result = mysql_query($query) or die(“Query Failed: ” . mysql_error()); // Table code here // while($row = mysql_fetch_array($result)); { //echo ”<img src=\”$row[banner]\”>”; echo ”<img src=\”$row[’banner’]\”>”; // This code don’t work, what will work? } mysql_close($connection); ?> As the echo statement says, what will work? Error message: Code: Parse error: syntax [...]
is a WORDPRESS snippet i found this nice snippet on the web but because i don`t know php i need some help. This code extract the attached picture from post and display it as a shortcode. I dont wan`t to modify my template and insert [postimage] (-> the shortcode) in my index.php Code: function cwc_postimage($atts, [...]
I decided to actually learn PHP I’m just doing some tutorials I found on YouTube. So say I wanted to show some php code on my webpage without executing it. Is there HTML tags I can put the PHP in to display the code. Or do I do it with PHP script. And which way [...]
Hey All I was just wondering about some of the legal implications of outsourcing. Let’s say you were working on a website application that was new & different. What is there to stop a company half way accross the world from selling your code to other companies once the project is finished? Do any of [...]