Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #17.3K
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

11 Posted Topics

Member Avatar for Dylan_11
Member Avatar for abubaker_2
0
561
Member Avatar for inxs310

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]

Member Avatar for JRM
0
217
Member Avatar for dilan_n

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.

Member Avatar for Yayo_SK
0
122
Member Avatar for Aamit
Member Avatar for Maidomax

Or [url]http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf[/url] or [url]http://www.fpdf.org/[/url]

Member Avatar for Yayo_SK
0
144
Member Avatar for Ragnarok

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]

Member Avatar for Yayo_SK
0
174
Member Avatar for anchal

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]

Member Avatar for Yayo_SK
0
178
Member Avatar for nmcgoo108

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]

Member Avatar for nmcgoo108
0
200
Member Avatar for CasTex

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.

Member Avatar for almostbob
0
576
Member Avatar for dourvas

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

Member Avatar for Yayo_SK
0
166
Member Avatar for marcmm

Maybe this will work as well... ?????? [code=php]$uploadsDirectory = dirname(__FILE__) . '/uploaded_files/';[/code]

Member Avatar for Yayo_SK
0
115

The End.