aledopcworks Posted October 11, 2008 Share Posted October 11, 2008 I know nothing about php so first things first.... I am Sorry!! ...I thought it would be simple to just copy the php code from one webpage to another..it's not..the page I am trying to post shows all the code as text on the webpage? what am I missing? I am using Expression Web 2 could that be the problem?? I dont even know what you need to have to help if you can! Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/ Share on other sites More sharing options...
Lodius2000 Posted October 11, 2008 Share Posted October 11, 2008 you might not have php on you server make a new page and put <?php echo 'hello world'; ?> copy that into your new page, upload it, run it and copy paste what the browser shows you back in this thread Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/#findComment-662489 Share on other sites More sharing options...
.josh Posted October 11, 2008 Share Posted October 11, 2008 Do you have a hosting plan somewhere? Is it free? There's a good possibility they don't allow you to execute php scripts. You need to give more details about where you are trying to execute your script. Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/#findComment-662525 Share on other sites More sharing options...
Lamez Posted October 11, 2008 Share Posted October 11, 2008 If you do not have a cheap web host, take a look at servage, a link in my sig! Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/#findComment-662535 Share on other sites More sharing options...
PFMaBiSmAd Posted October 11, 2008 Share Posted October 11, 2008 I know nothing about php so first things first.... Then the first thing you should do is get a beginning php book at your local book store and read it. Getting up to speed on the basics so that you know what you are even looking at will save you a lot of frustration, will prevent a lot of problems, and will allow you to accomplish something useful, quicker. Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/#findComment-662537 Share on other sites More sharing options...
Maq Posted October 11, 2008 Share Posted October 11, 2008 I thought it would be simple to just copy the php code from one webpage to another..it's not.. Exactly. You need to attempt it yoursef so we can help you. The most people are going to give you is pseudo code. Otherwise you will not learn anything. Quote Link to comment https://forums.phpfreaks.com/topic/127939-i-know-nothing/#findComment-662544 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.