CountryGirl Posted March 1, 2010 Share Posted March 1, 2010 http://www.wagonerassessor.com/RogersCounty1.jpg Is there a way to make PHP search results return like the link above? The results return above is done in ASP. But, I was curious if this can be done in PHP. Thanks! Qadoshyah Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/ Share on other sites More sharing options...
Spikerok Posted March 1, 2010 Share Posted March 1, 2010 Yes We Can Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019962 Share on other sites More sharing options...
Dennis1986 Posted March 1, 2010 Share Posted March 1, 2010 Yes it is possible. For that you need a server that supports a Database and PHP. http://www.w3schools.com/PHP/php_mysql_intro.asp Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019963 Share on other sites More sharing options...
inversesoft123 Posted March 1, 2010 Share Posted March 1, 2010 even it can be done with any programming languages if you have all server requirements for specific language. Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019966 Share on other sites More sharing options...
CountryGirl Posted March 1, 2010 Author Share Posted March 1, 2010 Where would be a good tutorial on how to make the results return like that? Thanks! Qadoshyah Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019967 Share on other sites More sharing options...
aeroswat Posted March 1, 2010 Share Posted March 1, 2010 http://www.wagonerassessor.com/RogersCounty1.jpg Is there a way to make PHP search results return like the link above? The results return above is done in ASP. But, I was curious if this can be done in PHP. Thanks! Qadoshyah No way silly goose. What did you think this language was for? Something useful? Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019969 Share on other sites More sharing options...
aeroswat Posted March 1, 2010 Share Posted March 1, 2010 Where would be a good tutorial on how to make the results return like that? Thanks! Qadoshyah Really you just need to learn the basics of the language first. The rest of it is formatting via html,css,etc Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019971 Share on other sites More sharing options...
inversesoft123 Posted March 1, 2010 Share Posted March 1, 2010 You can hire a programmer for that :-p http://www.stevedawson.com/phpinvoiceit.php or use similar scripts n try to play with code Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019972 Share on other sites More sharing options...
gwolgamott Posted March 1, 2010 Share Posted March 1, 2010 http://www.w3schools.com/php/default.asp php.net Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019973 Share on other sites More sharing options...
CountryGirl Posted March 1, 2010 Author Share Posted March 1, 2010 Thanks! I have the basics of PHP down, but it's still a bit daunting . Qadoshyah Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1019979 Share on other sites More sharing options...
gwolgamott Posted March 2, 2010 Share Posted March 2, 2010 Then for formatting wise I'd suggest if you know the basics of php and if you want formatted language first create a static html page using css, tables, div, whatever you want to use... then you know how you want your formatting. After that then it's just a matter of doing the same inside your php scripts. That helps some, look up php dynamic created webpages... forms etc... with google or what-have-you. I use a lot of resources but never one magic site. Take a look at dynamicdrive.com too for some cool boxed scripts. Quote Link to comment https://forums.phpfreaks.com/topic/193789-can-this-be-done-with-php/#findComment-1020367 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.