Jump to content

I need help


indyonline

Recommended Posts

Well, assuming you have already printed "Hello World!", the very next step is to have a 'need' for something that PHP can accomplish. Then you need to map out some simple logic to get that 'need' accomplished. Then you can start trying some things to get there. Then you will have questions. Then you will post those questions. Then we will answer. = D

 

PhREEEk

Link to comment
Share on other sites

wow thats a very long explaination. just google php search tutorials...

its quite a big feat to get there if you just started but if you go through some tutorials you can figure it out. you will most likely need to incorporate mysql too... which is another big function....

Link to comment
Share on other sites

Thank you for the suggestions. Is php similar to javascipt, where you create like a search box for your page that search's the Mysql database to show results?  I have recipe Databases and I want a page that searches and a page that shows results or both on the same page.

Link to comment
Share on other sites

It has the same code base and syntax almost, except javascript is a client-side script which means it doesn't go through a server first like PHP, which is server-side. So they have different functionality. You can't use databases and things like that with javascript only PHP.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.