Topic profile page for PHP MySQL.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: PHP MySQL.
Topic "Php mysql" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 10 hours ago (2009-12-17 09:44:00)
by airsoftie
Hi. I'm consistently running into the following error when I use the update or insert record script in CS4. I've tried deleting the FileCache file. I've tried quitting and relaunching, etc. Anyone else seeing this happen? Solutions anyone? Thanks in advance... Â Â I'm beginning to think it has something to do with the database, and not the script. Does anything in the screenshot below ...
Started 1 day, 15 hours ago (2009-12-17 04:23:00)
by tinkertron
I've notice alot of PHP scripts for those who want to host a database. I need one! One that is free would be great, but this is what I'm looking for. I need a database that I can uses a form to input data the database must appear in two type appearance. View Only with a search and/or filter, and Edit/Delete/Search/Filter View What database php script who you ...
Started 6 days, 10 hours ago (2009-12-12 08:56:00)
by kaya
Junior Software engineer (PHP/MySQL) at New Delhi New Generation Networks Limited requires Junior Software Engineer Job Description: Develop applications in PHP with MYSQL. Reporting will be to the Senior Engineer. Experience: 1 Year Candidate Profile: Looking for a person, who has just requisite experience of being able to develop PHP based ...
Started 6 days, 19 hours ago (2009-12-12 00:06:00)
by blackworld
WALDENNETWORKS.COM Our powerful free hosting plan has PHP 5 and MySQL support. You get a free sub-domain. FTP access. Add on your own TLD domains using the domain manager. Free hosting is a complete solution giving you everything you need to run your own website. The Automatic Script Installer (Like Fantastico) deploys the files in seconds! and is included with every free hosting ...
Started 6 days, 23 hours ago (2009-12-11 20:26:00)
by spokk
Hello, After having tried and tried with my very limited experience, I turn to the paid-for services forum for help. I have tried to explain my issue here: http://drupal.org/node/655512 But I must be explaining it poorly. I'll try and explain briefly here; I would like to compare a list of prices that were entered by companies signed up to the site. The prices are generated based...
Started 6 days, 12 hours ago (2009-12-12 07:16:00)
by thatshanekid
Hello. Well im trying to create like a Vote system for a friend of mine. It is supposed to order all things from Highest votes (Rank 1) To the lowest votes. This will result in the Highest amount of votes being at the top of the table, my code doesn't do that. Here is the website so fare: http://toplist.ulmb.com/index.php?start=0 I have added Pagination so thats why ...
Started 6 days, 10 hours ago (2009-12-12 09:22:00)
by thatshanekid
Hello yet again, well this is probably the last question, so sorry if im buggy. But, its a ranking system. If you haven't noticed my other topic, im making like a Voting system with shows the Rank of who is coming first, etc. And this is what i have gotten so fare: Code:
Started 1 week ago (2009-12-11 11:15:00)
by Daniel_Carmel
Hi, I am trying to set up a login system which allows different users different access levels using a PHP backend with a MySQL database. Everything is going well so far. However one problem I am having is setting the code for the logout button. Here is some pseudo code so far: Check to see if the login form has been submitted; If no then redirect to login page -> ...