| Thread | Last Post | Replies |
|
| Getting passed value for Switch | 30 Nov 2004 20:59 GMT | 2 |
At present I have webpage which is just a selection of 5 forms which pass informaton to a .php files which update individual fields in a database - i.e. price, details, type etc. At present I'm using separate files for each form, which works well, but
|
| How to setup my database tables best | 30 Nov 2004 12:11 GMT | 1 |
I'm very very new to SQL. I want to analyze a log file of a online game and store the gathered data in a mysql db. Now I have some trouble to get startet with the layout of the database tables.
|
| Delete all records that start with M? | 30 Nov 2004 05:31 GMT | 1 |
I'm using phpmyadmin and am having trouble coming up with the sql statement to delete all records from a table where the "username" starts with "m". Can someone help? Thanks.
|
| insert PHP-clock-code / not working | 29 Nov 2004 21:34 GMT | 7 |
I am trying to insert a PHP clock on my webpage, but it does not work. The code I am using is from: http://www.ftls.org/en/examples/php/clock_analog.php3#s6 I have uploaded my HTML file (clock.htm) and the clock.php from the website
|
| connect database encryption | 29 Nov 2004 18:23 GMT | 5 |
I use php to connect to a MySQL database. In my php script I use the readable username and password to connect to the database. My question is : How is it possible to encrypt the username / password for connecting to a database.
|
| Newbie Relinking old html files to new php files | 29 Nov 2004 11:41 GMT | 4 |
I am new to PHP and learning. On my web site, all my files have the html extension. In the near future, I want to dynamically generate them by using PHP. In doing so, for example, my index.html file will become index.php. This will affect visitors linking to my site using old ...
|
| why php | 29 Nov 2004 08:21 GMT | 13 |
PHP is (for me) another programming language, along the ones I've used for years. What's wrong with the rest, and what's better with PHP? I tried VB, C++, Javascript, Java ...
|
| unbelievable php web counter | 29 Nov 2004 03:40 GMT | 2 |
i have just downloaded this web counter and boy... it's more than just a simple web counter... check out http://bbclone.de/ for the main page and http://bbclone.de/demo/ for the demo...
|
| Background picture | 27 Nov 2004 19:17 GMT | 1 |
i'm a starter with PHP, i have made with PHPmaker a small site, but the background of the page are all white or any other color, but how can ia add a backgroud picture to the pages ? Thanks for you're time Andre
|
| Simple mysql_query SELECT problem, or it should be ??? | 27 Nov 2004 09:52 GMT | 2 |
I have a record number passed to a PHP program from another php program. This number equates to a particular field in a row (the field is called INDEX and the number is contained in $myINDEX)
|
| zilionth question about dates in MySQL | 26 Nov 2004 14:46 GMT | 3 |
I've looked through php.net and devshed and I can only suppose I'm not understanding the definitions and the examples they give. (You can tell I'm still fairly new around here.) I'm looking for a php function which will take the yyyy-mm-dd output and
|
| Can anyone help plz? | 25 Nov 2004 23:30 GMT | 2 |
Hi, I was wondering if anyone could give me a tip on what I've done wrong, I'm a newbie when it comes to php/sql, I just installed a board etc, and wanted some mods installed, everything went fine until there was a part where I had to do something to the database, now I think ...
|
| The ultimate address database ? | 25 Nov 2004 17:20 GMT | 1 |
I wanna make my own address database. One can store lots of information in it (name, address, email-accounts, birthday, marriage, work, workaddress, emails , phones, comment, .................). If you store all in one table, there is a lot of empty fields.
|
| Displaying Dates How You Want | 25 Nov 2004 07:48 GMT | 1 |
I have a talbe where there are 4 fields which involve dates and times. I have a php file named output.php and here is how I am doing it: $date1=mysql_result($result,$i,"date1"); $date2=mysql_result($result,$i,"date2");
|
| Getting the result from a form | 25 Nov 2004 07:08 GMT | 3 |
I am new in php programming, and I am in trouble with getting the result of a form back The first line is : echo "<TD><input $checkbox type=\"checkbox\" name=\"c[]\" value=\""
|