|
|
|
| You are here : HOME > PHP |
 |
 |
PHP Cookbook: Solutions and Examples for PHP Programmers
Price : $44.99 $23.34
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology. With our Cookbook's unique format, you can learn how to build dynamic web applications that work on any web browser. This revised new edition makes it easy to find specific solutions for programming challenges. PHP Cookbook has a wealth of solutions for problems that you'll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
Customer Review :
No review yet |
 |
Programming PHP
Price : $39.99 $19.49
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
PHP & MySQL For Dummies, 4th Edition
Price : $29.99 $15.54
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
Here's what Web designers need to know to create dynamic, database-driven Web sites To be on the cutting edge, Web sites need to serve up HTML, CSS, and products specific to the needs of different customers using different browsers. An effective e-commerce site gathers information about users and provides information they need to get the desired result. PHP scripting language with a MySQL back-end database offers an effective way to design sites that meet these requirements. This full updated 4th Edition of PHP & MySQL For Dummies gets you quickly up to speed, even if your experience is limited. - Explains the easy way to install and set up PHP and MySQL using XAMPP, so it works the same on Linux, Mac, and Windows
- Shows you how to secure files on a Web host and how to write secure code
- Packed with useful and understandable code examples for Web site creators who are not professional programmers
- Fully updated to ensure your code will be compliant based on PHP 5.3 and MySQL 5.1.31
- Provides clear, accurate code examples
PHP & MySQL For Dummies, 4th Edition provides what you need to know to create sites that get results. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Customer Review :
No review yet |
 |
Effortless E-Commerce with PHP and MySQL
Price : $27.99
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
This is the eBook version of the printed book. In this comprehensive guide to creating an e-commerce Web site using PHP and MySQL, renowned author Larry Ullman walks you through every step—designing the visual interface, creating the database, presenting content, generating an online catalog, managing the shopping cart, handling the order and the payment process, and fulfilling the order—always with security and best practices emphasized along the way. Even if you’re an experienced Web developer, you’re guaranteed to learn something new. The book uses two e-commerce site examples—one based on selling physical products that require shipping and delayed payment, and another that sells non-physical products to be purchased and delivered instantly—so you see the widest possible range of e-commerce scenarios. In 11 engaging, easy-to-follow chapters, Effortless E-Commerce with PHP and MySQL teaches you how to:
• Think of the customer first, in order to maximize sales • Create a safe server environment and database • Use secure transactions and prevent common vulnerabilities • Incorporate different payment gateways • Design scalable sites that are easy to maintain • Build administrative interfaces • Extend both examples to match the needs of your own sites
Larry Ullman is the president of Digital Media and Communications Insights, Inc., a firm specializing in information technology (www.dmcinsights.com). He is the author of several bestselling programming and Web development books, including PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide. Larry also writes articles on these subjects and teaches them in small and large group settings. Despite working with computers, programming languages, databases, and such since the early 1980s, Larry still claims he’s not a computer geek (but he admits he can speak their language).
Customer Review :
No review yet |
 |
PHP in Action: Objects, Design, Agility
Price : $39.99 $17.95
Features
: - ISBN13: 9781932394757
- Condition: USED - Very Good
- Notes: 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
To keep programming productive and enjoyable, state-of-the-art practices and principles are essential. Object-oriented programming and design help manage complexity by keeping components cleanly separated. Unit testing helps prevent endless, exhausting debugging sessions. Refactoring keeps code supple and readable. PHP offers all this-and more. This book shows you how to apply PHP techniques and principles to all the most common challenges of web programming, including:
Web presentation and templates User interaction including the Model-View-Contoller architecture Input validation and form handling Database connection and querying and abstraction Object persistence
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 [Next] [Last]
Quick Link : 40 | 60 | 80 | 100 | 120 | 140 | 160 | 180 | 200 | 220
|
|
Questions & Answers
Question : How to get a PHP file to be included across files in different directories?
Currently I have created some php based webpages and uploaded them to my web hosting server.It has a PHP 5.1.6installed.With this I am able to include files only that are in the same directory(they work well using require() fn).If not an error message displaying some "no such file" in directory appears in the page.I would like to use them to be included in different direcetories.What should I do?
Answer:
create the directories and include the names when using the require() function.example :your index.php is in the root directory/index.phpand you have a directory with your other php files in/lib/other.phpso in index.php you will haverequire("lib/other.php");
|
Question : How is the career of a php developer in financial perspective?
Say as in my case I am only pure science(non-IT) science graduate who passed out long back. I have been to mainly sales job but now i resigned from that job & want to get into s/w or web development.So just I want to know what is the growth prospect & obstacles in the path of a php developer?I am 33 yrs old single man from India.
Answer:
It really depends on what part of the world you are in. I know that the freelance developer jobs are quickly on the rise in Asia because of the lower cost of developer work when compared to the cost of paying some one from Europe or North America. That said those same developers also have a bad reputation for low quality of work and/or unreadable/messy code. You get what you pay for I guess. That is not to say that good work doesn't come from those regions, but there is certainly a disproportionate amount of sloppy work.If you are living in the United States then it will still depend on what region you are in as to how much you will get paid and how much work is available. For example there is not a lot of PHP work in the Kansas City area. There is a shortage of qualified PHP programmers there too, but the pay is considerably lower when compared to other major cities around the country.The same can be said of any kind of software or web development really. But programming still pays better in most cases than the vast majority of jobs that don't require a masters degree or higher. You will need some experience first before you can land a decent job. Learn yourself up and volunteer to do some projects for some non-profit organizations to build up your portfolio.
|
Question : How to publish php file that I just edited back to my website?
I used FTP program that is offered by default by GoDaddy and downloaded a file to my PC. After chaning this php file using MS Notepad, I uploaded it back on to my website's back end, but don't know how to make it so that the edited php file publishes on my website. Please help. Thanks.
Answer:
If you uploaded it to the Public website section, it should be there... Just go to the page you are looking to see. If it doesn't work, maybe you didn't upload the right page, but the older page. Just uploading the file to the Public section generally makes the site viewable.
|
Question : How to include elements from different webpages using PHP or JavaScript to my home page?
I have a homepage (MyHome.php). On the homepage, I'd like to display the latest 3 posts from another page (Post.php). For example. I want to include the first 3 tags from Post.php into a tag on MyHome.php. Is it possible to do this?
Answer:
There could easily be better ways to do this, but without actually seeing how your data is organized I only have one workable suggestion.In post.php, add each post to array and then echo the array contents to output the posts. Then include post.php in homepage.php.post.php-------------$post = array();$post[0] = " Post #1This is post #1";$post[1] = " Post #2This is post #2";$post[2] = " Post #3This is post #3";foreach ($post as $x) {echo $x;}echo " More postsMore posts here!";myhome.php-------------------require_once('post.php'); // Gives you access to all the stuff in post.phpecho "Let's see the first three posts: ";foreach ($post as $x) {echo $x;}echo "Stuff on homepage other than top posts.";
|
Question : php!!!!!!!!!!!!!!!!!!!!!!!!!!!!!?
ok i have MS front page 2003 and i found really easy and good than dreamweaver 8 . but i can work with PHP by ms front page 2003?????? can i ??
Answer:
yes, you can use MS front page 2003 for woking with PHP but i suggest dreamware is better for php. either both are same.good luck
|
Question : How can i search php programmers to build my website ?
hi alli am planning to create a new php file hosting website (like rapidshare) and searching a php programmers to do this for me ,,where can i find php programmers ?where to search ?thanks
Answer:
Hi We are a Web design & Development company from india. You can mail your requirements to mantrainsight@gmail.comWe would be happy to work for you at a reasonable rate.ReagardsAkshayCEOmantrainsightIndia
|
Question : How to connect a textbox to a database in php using ms access?
I have an order form desined in php. To use it I need to connect it to a database. I use Yahoo hosting service. My website is www.ibexstudents.com. It has no support for asp but supports php, javascript and perl. Any other innovative approaches are welcomed.Please give me the full procedure as I am not very good at programming. Thank you.
Answer:
Assuming you have odbc driver , and dsn registered on your webserver, this is how you do it.Now let us assume you want to update your database with something that user inputs in your text box, lets say his Display name on your website, and password.Lets assume textbox for name is txtname and for password (type="password" for asterics) is txtpass.When user clicks on submit (name btnsubmit), lets say this info should be updated in a table called User in your database $db. Also assume form method is post and action is on same page (example newuser.php)}Ofcourse this code dont handle any errors/exceptions and if u want to fetch data from database. u can use method$recordset=odbc_exec($conn,$query);odbc_fetch_row($recordset);where query could be something like select * from User.Good Luck!
|
Question : PHP: How to store system configurations on a database and use them as constants?
I'd like to have constants in PHP which are retrieved from a database. Essentially, I'd like to create a page that can update this database table so the next time I load the site, it will use these newly updated constants which are again retrieved from the database.I'm looking for things that can be changed directly by the admin without needing to go into the source code and manually changing the hardcoded constants file.
Answer:
Make a settings file and put this in it (settings.php)Now just put this in any file that needs to access the databaseinclude ("settings.php");$link = mysql_connect("$cfg_server","$cfg_username","$cfg_password")or die("error ");mysql_select_db ("$cfg_database", $link)or die("error ");
|
Question : How can i run a php or mysql script automatically every month, quarter or year?
I have a script for a MySQL Database that adds up all of the numbers in a column and sets it back to zero (its pretty much like an adjusting entry). I don't want to clear the contents completely because I need them for reporting purposes. I want either PHP or MySQL to run a script to do this automatically so I don't forget to do it. What is the best way in going about doing this?
Answer:
Have you hosted this on a Linux cPanel Server.. If es.. then you might have heard of Cron Jobs.. Cron jobs are scheduled tasks that take place at predefined times or intervals on the server.. This feature is available on cPanel servers.. Check the below link for details :http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CronJobs
|
Question : How to write a PHP coding to list out all files and directories as links to them?
How to write a PHP coding to list out all files and directories as links to them?This is somewhat similar to some index pages. When new file or folder is added to the directory, HTML page should display the newly created file/folder together with previous ones after it is being refreshed. (prefer in alphabatical order)How to achieve this sort of functionality in PHP? Please provide sample coding as well. (and any references)Thanks.
Answer:
// get array of all files and directories in the current directory (it is sorted alphabetically by default)$dir_entries = scandir(dirname(__FILE__)); // for PHP 5.3+, use __DIR__ instead of dirname(__FILE__)// split the array of files and directories into two arrays, one containing files and the other directories$dir_files = array();$dir_directories = array();foreach($dir_entries as $dir_entry) { if(is_dir($dir_entry)) { array_push($dir_directories, $dir_entry); } else { array_push($dir_files, $dir_entry); }}// print directoriesforeach($dir_directories as $dir_directory) { // don't print current and parent directories if($dir_directory == '.' or $dir_directory == '..') { continue; } echo "" . htmlspecialchars($dir_directory) . " \n";}// print filesforeach($dir_files as $dir_file) { echo "" . htmlspecialchars($dir_file) . " \n";}
|
Powered by Yahoo! Answers
|
|