Jump to content
xisto Community
Sign in to follow this  
iGuest

Free Stuff...

Recommended Posts

that is a starting website,they dont offer that much yet.only got like 9 templates and 6 downloadable files.but its looking oke

Share this post


Link to post
Share on other sites

of course .. as i had already mentioned in my post .. "new and upcoming..".... "some" free scricts, "some" templates.. ...whats important is "some" of those scripts and "templates" are really popular with a "lot" of people who have downloaded it frm the site ... B)

Share this post


Link to post
Share on other sites

Chadan, I was wondering if your PHP script can be embedded into the HTML code o do I have to create a frame and place the code there? I am rather green to PHP programming and hope you can guide me.

Share this post


Link to post
Share on other sites

PHP cannot be imbedded in HTML. HTML, however, can be imbedded in PHP.

For example:

<?php[/br]echo "<html><head><title>My Page</title></head>\n";[br]echo "<body bgcolor=\"#FFFFFF\" text=\"#000000\">\n";[/br]echo "Welcome to my PHP page.\n";[br]echo "<!-- Enter some comment here -->\n";[/br]echo "</body></html>";[br]?>

If the script is not registered as script with the server, then it will just be treated as a standard HTML/text file.

You can also include HTML on its own in a script, and put the PHP code seperate, as long as it is between the <?php ?> tags, and as long as the file is treated as a script.
For example:

<html><title>My Page</title>[/br]<body bgcolor="#FFFFFF" text="#000000">[br]<?php echo "Blah"; ?>[/br]Welcome to my PHP page.[br]<!-- enter some comment here -->[/br]<?php echo "Foo Bar"; ?>[br]</body></html>[/br]

Share this post


Link to post
Share on other sites

Hi!@proskiierYou'll find plenty of ASP.NET projects on Codeplex - Codeplex is a SourceForge equivalent but it's been setup by Microsoft. However, you won't find as much stuff on ASP.NET as you find on PHP. PHP is quick and easy to develop with so you'll find a lot of open-source developers working with it... though, there's also the reason that it's a non-Microsoft product :-D . The Microsoft sponsored projects on Codeplex aren't really open to community contributions, though there's usually a fork of the main project containing community contributions.Regards,Nitin Reddy

Share this post


Link to post
Share on other sites

Website is down =[,Sounds interesting ill probly look for them since website to rederect you to them is not there, seems this is the best place to start out a normal website with php.

Share this post


Link to post
Share on other sites

Yeah , probabily it WAS a good site after reading your reviews about it. Now it's down.. but i'll check it again soon to see if u got it back on track.Good luck with it , the site ideea is not bad!

Share this post


Link to post
Share on other sites

i want to start to learn PHP but i need ebooks.If someone know where to download prease send me a link and do not forget i am beginer with php :D:) Greetings

as a beginner go for http://www.w3schools.com/php/default.asp
then i will upload and give you a link to php mysql bible.
just keep checking my site http//babu.madpage.com i will upload ebooks for you.

Share this post


Link to post
Share on other sites

I can't believe you people brought back a thread started in 2004. Well, anyways, 1) Original link doesn't work2) ebooks aren't nearly as good for learning an language vs a forum with skilled users who can give you lessons/advice3) Free templates are terrible. They don't help you learn AT ALL and in no way do I consider that "making" your own website.4) I CAN'T BELIEVE HOW BAD SOME PEOPLE ARE AT SPELLING AND GRAMMAR!

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.