IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
2 Pages V   1 2 >  
Reply to this topicStart new topic

Free Stuff...


Guest_Root_*
no avatar

Guests






Post #1 post Jul 14 2004, 08:37 AM
just a new and upcoming sites with some free PHP scripts, some web layouts and templates and free Photoshop tutorials. the screambox is a specially popular script here. see if u wud like to use some of them-

click here to access the free stuff.
Go to the top of the page
+Quote Post
wassie
no avatar
-OLD ADMIN-
***********
Group: Members
Posts: 1,184
Joined: 20-June 04
From: the bath-tub...
Member No.: 50



Post #2 post Jul 14 2004, 05:55 PM
that is a starting website,
they dont offer that much yet.
only got like 9 templates and 6 downloadable files.

but its looking oke
Go to the top of the page
+Quote Post
Guest_Root_*
no avatar

Guests






Post #3 post Jul 15 2004, 08:09 AM
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 ... biggrin.gif
Go to the top of the page
+Quote Post
musical-palace
no avatar
Newbie
*
Group: Members
Posts: 8
Joined: 20-July 04
Member No.: 159



Post #4 post Jul 20 2004, 05:59 PM
guys, everything is free...that's why the open source and freeware business got started..to help poor people like us
Go to the top of the page
+Quote Post
Shackman
no avatar
Super Member
*********
Group: Members
Posts: 423
Joined: 13-July 04
Member No.: 87



Post #5 post Jul 21 2004, 08:02 AM
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.
Go to the top of the page
+Quote Post
Spectre
no avatar
Privileged Member
*********
Group: Members
Posts: 873
Joined: 30-July 04
Member No.: 246



Post #6 post Jul 31 2004, 05:27 AM
PHP cannot be imbedded in HTML. HTML, however, can be imbedded in PHP.

For example:
CODE
<?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:[br]
CODE
<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]
Go to the top of the page
+Quote Post
LuciferStar
no avatar
Advanced Member
*******
Group: Members
Posts: 114
Joined: 9-August 04
From: Suzhou Jiangsu China
Member No.: 743



Post #7 post Aug 9 2004, 10:19 AM
QUOTE (Sauron @ Jul 31 2004, 05:27 AM)
PHP cannot be imbedded in HTML. HTML, however, can be imbedded in PHP.

For example:
CODE
<?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:
CODE
<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]
[br]and some sever support:
<? echo "hello world";?>
Go to the top of the page
+Quote Post
proskiier23
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 35
Joined: 25-May 09
From: 21210
Member No.: 82,413



Post #8 post May 27 2009, 10:52 PM
looks pretty good, any of you guys know any .asp sites like this???

i learned how to do web design in visual studio in college so i kinda like it(master pages ftw)
Go to the top of the page
+Quote Post
k_nitin_r
no avatar
Super Member
*********
Group: Members
Posts: 430
Joined: 5-May 09
Member No.: 81,376
myCENT:31.71



Post #9 post Jun 13 2009, 03:14 PM
Hi!

@proskiier

You'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
Go to the top of the page
+Quote Post
Veradesigns
no avatar
Premium Member
********
Group: Members
Posts: 176
Joined: 3-February 09
From: San Diego
Member No.: 76,465
myCENT:54.77



Post #10 post Jun 13 2009, 05:51 PM
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.
Go to the top of the page
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 4 Mich 4,509 28th August 2006 - 03:26 AM
Last post by: Mich
No New Posts   1 -danciens- 3,701 27th January 2008 - 06:19 PM
Last post by: jlhaslip
No new   20 lhxp 17,206 29th January 2009 - 09:23 PM
Last post by: phoenixinno
No New Posts 0 OpaQue 779,140 12th July 2004 - 08:48 PM
Last post by: OpaQue
No new   30 pop 7,501 31st October 2009 - 03:11 PM
Last post by: TheDarkHacker
No New Posts   10 StEpHxK 27,014 29th July 2004 - 08:05 PM
Last post by: templest
No New Posts   1 Jasontian 1,594 8th December 2007 - 03:59 AM
Last post by: jlhaslip
No New Posts   11 thewebkid 3,052 11th April 2009 - 05:00 AM
Last post by: zakaluka
No new 36 gamefreaksl 45,059 2nd November 2009 - 04:43 AM
Last post by: user681
No new 40 EricDrinkard 39,547 1st November 2009 - 01:34 PM
Last post by: Www.AnthonyLazaroni.Com
No new   22 Shackman 37,510 27th October 2009 - 07:39 AM
Last post by: NxTGaming
No New Posts 1 snoopy 1,486 30th June 2007 - 03:06 AM
Last post by: BuffaloHelp
No new   40 OpaQue 57,366 18th December 2004 - 06:21 AM
Last post by: s243a
No New Posts   5 qoonet 13,300 25th July 2004 - 07:10 AM
Last post by: qoonet
No New Posts   1 Seth teh ROM masta 768 15th August 2008 - 08:00 AM
Last post by: truefusion


 



RSS Open Discussion Time is now: 7th November 2009 - 09:44 PM

Web Hosting Powered by ComputingHost.com.