xsize 0 Report post Posted October 20, 2004 Any one write the first PHP script?it's my first script [br]<html>[/br]<body>[br]<?php[/br]echo 'Hay!';[br]?>[/br]</body>[br]</html>[/br] Share this post Link to post Share on other sites
dundun2007 0 Report post Posted October 20, 2004 I didnt start php like that i just jumped right in and made a simple login script for my website, it took awhile the first time but its very easy now. Share this post Link to post Share on other sites
BoSZ 0 Report post Posted October 21, 2004 congratulations xsize great job !!! keep up the studing my 1st one was kinda the same as yours but with "print" [/br]<?php $fa= "soap"; print "i dont use $fa"; ?> Share this post Link to post Share on other sites
DMA 0 Report post Posted October 21, 2004 wow... that was so... difficultwhen i started with php i never tried making easy pages, i just learned everything and when i made my first file it was an index page of a messageboard. Share this post Link to post Share on other sites
filipc 0 Report post Posted October 22, 2004 My first script was: [br]<?php[/br]echo "HELLO";[br]?>[/br] And now I am learning PHP , but I know MUCH MORE then my first script Share this post Link to post Share on other sites
LuciferStar 0 Report post Posted October 23, 2004 Here is my last script:My HomepageI rewrited it from C, which is made by myself,too.You can try to enter into the website by your power.Can you?Some of the pages contains Chinese Characters,charset=GB-2312.first select the monththen the day. Share this post Link to post Share on other sites
X3r0X 0 Report post Posted October 23, 2004 Lol, it sounds really complicated when you first look at it and im still looking at it now and it seems more complicated than ever Lol, oh well, no one ever said it was going to be easy! Share this post Link to post Share on other sites
LuciferStar 0 Report post Posted October 23, 2004 Nothing can be easy to anyone.We may keep on learning,doing,and coding. Share this post Link to post Share on other sites
pweb 0 Report post Posted October 23, 2004 My first PHP Script is <?phpPHPinfo();?>but I Make http://forums.xisto.com/no_longer_exists/ in PHP Lan Share this post Link to post Share on other sites
faceofdie 0 Report post Posted November 16, 2004 Many PHP Programmers Begin PHP with your codeContinue PHP And Learn And Read Source Code to be Advanced Share this post Link to post Share on other sites
ariya 0 Report post Posted November 28, 2004 Its Very Nice My first PHP Code Is <?php phpinfo(); ?> Share this post Link to post Share on other sites
Becca 0 Report post Posted December 2, 2004 So what is your website.. Icame to the page .http://forums.xisto.com/no_longer_exists/ And like loads of hcinese stuff came up...Im chinese yeah...that does not mean I know it lmao..... Share this post Link to post Share on other sites
LuciferStar 0 Report post Posted December 4, 2004 So what is your website.. Icame to the page .http://forums.xisto.com/no_longer_exists/ And like loads of hcinese stuff came up...Im chinese yeah...that does not mean I know it lmao..... <{POST_SNAPBACK}> Every 24 hours,the path will be changed.m=month d=day and to adjust timezone,the exactly time would not be the same as yours. Do you think this personal Homepage is too personal? at present time,only one page is ok,i'm doing the rest,and also and more other languages(what i know is only English, bonjour in French,and much more than hola in espanol) Please wait and see! Thanks for your visiting. Share this post Link to post Share on other sites
amir_ac 0 Report post Posted December 6, 2004 Its My Code <html>[/br]<title>My first PHP Code </Title>[br]<head>[/br]Testing[br]</Head>[/br]<body>[br]<?php [/br]Phpinfo();[br]?>[/br]</body></html> Share this post Link to post Share on other sites
cragllo 0 Report post Posted December 6, 2004 My firts php code was [/br]<? include("navigation.php"); ?> Share this post Link to post Share on other sites