No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: Hi, try this $sql = "SELECT ``client_id``, ``domain``, ``comments`` FROM ``FirstAttempt``"; | |
Re: Maybe problem is here: at first line: start tag should be full: [B][COLOR="Red"]<?PHP[/COLOR][/B] or at second line. [code]<?[B][COLOR="Red"]PHP[/COLOR][/B] [B][COLOR="Green"]include($include_path . "/FastTemplate.php3");[/COLOR][/B] $tpl = new FastTemplate("templates"); $tpl->no_strict(); ?>[/code] | |
Re: Hi.. [B]As in C or Perl, PHP requires instructions to be terminated with a semicolon at the end of each statement.[/B] [url]http://sk.php.net/manual/en/language.basic-syntax.instruction-separation.php[/url] and check this two lines [code]mysql_select_db([B][COLOR="Red"]$[/COLOR][/B]customer1,$con) [B][COLOR="Red"];[/COLOR][/B][/code] and [code]mysql_close($con)[B][COLOR="Red"];[/COLOR][/B][/code] I hope it's gonna be OK. | |
Re: [url]http://sk.php.net/manual/en/function.ucwords.php[/url] | |
Re: Or [url]http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf[/url] or [url]http://www.fpdf.org/[/url] | |
Re: If you need to now something about security, read this books: [url]http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470857447.html[/url] or [url]http://www.amazon.co.uk/Architects-Guide-Security-Step-step/dp/0973862106/ref=sr_1_2?ie=UTF8&s=books&qid=1232831903&sr=8-2[/url] or [url]http://phpsec.org/projects/guide/[/url] | |
Re: You are not using XAMPP so try this: Follow insallation steps and everything is gonna be OK [url]http://www.thesitewizard.com/php/install-php-5-apache-windows.shtml[/url] [url]http://www.ricocheting.com/server/php.html[/url] [url]http://www.webmasterworld.com/forum88/4495.htm[/url] | |
Re: Try this: [code]<form action="FormToEmail.php" method="POST" name="contactform" id="form1"> <h5>Your Email</h5> <div class="form"><input [B][COLOR="Red"]name="email"[/COLOR][/B] type="text" value=""/></div> <h5>Your Message</h5> <div class="textarea-box"> <textarea [B][COLOR="Red"]name="textarea_box"[/COLOR][/B] cols="10" rows="10"></textarea> <div class="alignright"> <input type="image" src="images/sendbtn.jpg"></div> </div> </form>[/code] | |
Re: Try this: [code]<?[B][COLOR="Red"]PHP[/COLOR][/B] Header("content-type: application/x-javascript"); ob_start(); include 'all.php'; ob_end_clean(); echo "document.write(\"<div class=\"txt\">Pagerank: $rank->pagerank <br>\")"; echo "document.write(\"Alexa: $rank->alexa_rank</div>\")"; ?>[/code] Problem is at the first line. I think. Maybe. | |
Re: Try to fix this line [code]echo 'ANSWEAR 4:<textarea name="q".$i.a4" rows="1" cols="50"></textarea><br>';[/code] [code]echo 'ANSWEAR 4:<textarea name="q".$i.[B][COLOR="Red"]"[/COLOR][/B]a4" rows="1" cols="50"></textarea><br>';[/code] missing quote | |
Re: Maybe this will work as well... ?????? [code=php]$uploadsDirectory = dirname(__FILE__) . '/uploaded_files/';[/code] |
The End.