Search found 15 matches
- Thu Mar 27, 2003 4:50 am
- Forum: General Discussion
- Topic: age
- Replies: 116
- Views: 25516
- Thu Mar 27, 2003 4:42 am
- Forum: General Discussion
- Topic: My PHP written forum
- Replies: 6
- Views: 2117
- Thu Mar 27, 2003 1:53 am
- Forum: General Discussion
- Topic: GUI
- Replies: 0
- Views: 842
GUI
Hello,
I am programming a CMS for an Intra/Internet project. The problem that I have is that I am no Ace at designing a GUI,
especially one that is 100% idiot-proof. Does anyone know some Sites or Tutorials for designing web GUIs?
[..edit]
The GUI is for the Admin part of the programm.
I am programming a CMS for an Intra/Internet project. The problem that I have is that I am no Ace at designing a GUI,
[..edit]
The GUI is for the Admin part of the programm.
- Tue Mar 25, 2003 7:25 am
- Forum: PHP - Code
- Topic: Finding and extracting parts of a string
- Replies: 8
- Views: 910
- Tue Mar 25, 2003 6:01 am
- Forum: PHP - Code
- Topic: Some webshop building questions/problems
- Replies: 4
- Views: 669
I am not gonna start to write the shop for you, since then you are never gonna learn, but you should try following concept: For the table in your DB where you store the product info, you should assign a unique id to every product. Using this id you can later on easiely access the info about the diff...
- Tue Mar 25, 2003 5:47 am
- Forum: PHP - Code
- Topic: Finding and extracting parts of a string
- Replies: 8
- Views: 910
- Tue Mar 25, 2003 5:39 am
- Forum: Databases
- Topic: Combining Strings in MySQL
- Replies: 2
- Views: 524
- Tue Mar 25, 2003 2:51 am
- Forum: Databases
- Topic: Combining Strings in MySQL
- Replies: 2
- Views: 524
Combining Strings in MySQL
I have been looking through the MySQL Manual and I just can't find how to combine strings in a query. like in php
Does MySQL support that at all?
Code: Select all
<?php
$Value = $Value."string";
?>- Mon Mar 24, 2003 4:27 am
- Forum: PHP - Code
- Topic: imagepng to a file
- Replies: 4
- Views: 1098
I have been working quite a bit with these png funktions, here is a script that works. It generates a PNG which I display later on. <?php function MkPNG($Text,$FileName, $Font=3) { $PixLen = (110-(strlen($Text)*7))/2; $im = @ImageCreate (110, 20); $background_color = ImageColorAllocate ($im, 0, 52, ...
- Fri Mar 21, 2003 12:55 am
- Forum: PHP - Code
- Topic: Some webshop building questions/problems
- Replies: 4
- Views: 669
Your Idea about the session is correct. Depending on the Complexity of your shop I would either store the Shopping basket in a temp. Cookie (using setcookie() without setting an expire time) or creating a kind of temp. table in your db which is linked by an ID to the session of the User. You would j...
- Thu Mar 20, 2003 8:23 am
- Forum: PHP - Code
- Topic: PHP Editor
- Replies: 1
- Views: 391
PHP Editor
I would like to know which editors are used for creating PHP scripts/ projects. I am using HTML-Kit with a couple of php-plug-ins. How about you? Is there any good php dev. environment??
- Thu Mar 20, 2003 8:02 am
- Forum: PHP - Code
- Topic: wraping code that inludes SESSIONS in a function
- Replies: 6
- Views: 918
- Thu Mar 20, 2003 2:02 am
- Forum: Databases
- Topic: Limited results MySQL query - Newbie
- Replies: 4
- Views: 691
- Thu Mar 20, 2003 1:37 am
- Forum: Databases
- Topic: Limited results MySQL query - Newbie
- Replies: 4
- Views: 691
- Wed Mar 19, 2003 7:21 am
- Forum: Databases
- Topic: mysql_fetch_array(): supplied argument is not a valid MySQL
- Replies: 2
- Views: 735