indyonline Posted October 24, 2007 Share Posted October 24, 2007 Hello all. I'm new to php and I can not figure it out. I just purchased some php scripts that I got cheap and was hoping I could figure it out. Does any body have some helpful tips for a new guy. Thanks in advance-Rob Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/ Share on other sites More sharing options...
PHP_PhREEEk Posted October 24, 2007 Share Posted October 24, 2007 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 Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-376727 Share on other sites More sharing options...
pocobueno1388 Posted October 24, 2007 Share Posted October 24, 2007 A good place to start is www.tizag.com Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-376734 Share on other sites More sharing options...
atlanta Posted October 24, 2007 Share Posted October 24, 2007 http://www.w3schools.com/php/ Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-376744 Share on other sites More sharing options...
indyonline Posted October 24, 2007 Author Share Posted October 24, 2007 well I have uploaded my file on the recipes and I'm using "PHP Myadmin". But I dont know how to create the search from or page needed to search the recipe's and show results. Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-376772 Share on other sites More sharing options...
jbingman Posted October 24, 2007 Share Posted October 24, 2007 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.... Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-376790 Share on other sites More sharing options...
indyonline Posted October 26, 2007 Author Share Posted October 26, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-378377 Share on other sites More sharing options...
jbingman Posted October 26, 2007 Share Posted October 26, 2007 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. Quote Link to comment https://forums.phpfreaks.com/topic/74533-i-need-help/#findComment-378389 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.