No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
I think you need to understand that it isn't one or the other. It is perfectly possible to have a web designer add the pizzazz to excellent code that your developer provides. They are as important as each other, and the best of the best are the ones who work …
[quote=roryt]My advice would be just DON'T use it. There is no way the outcome will be anywhere near a professional standard. Just buy some software like photoshop and you will not regret it![/quote] Photoshop will not create 3D renders... You want something like 3D Studio Max or a cheaper choice …
Hi there, Is there any way, maybe using mod_layout, to force certain subdomains to have ads forced on their pages? I.e. for a free hosting company. Thanks,
[quote=papa_fal]hi ok thanks,never mind. is person that can help me??[/quote] An english teacher, for a start.:-|
[quote=Deadly_Killer]<input name="cd0" type="checkbox" checked="checked"> <? if(isset($_POST['cd0'])){ echo 'checked';} ?> dont works, can u help me?[/quote] You need to post the form. myform.php [PHP] <form action="check.php" method="POST" name="myform"> <input name="cd0" type="checkbox" checked="checked"> </form>[/PHP] check.php [PHP] <?PHP if(isset($_POST['cd0'])){ echo 'checked';} ?> [/PHP]
The End.
JNathanson