262 Posted Topics

Member Avatar for HTMLperson5
Member Avatar for broj1
0
199
Member Avatar for LastMitch

I use Notepad++ for coding, but inline editing TinyMCE (easy to setup, open source, large support community if needed)

Member Avatar for dannette
1
4K
Member Avatar for arcticM

data objects, are not stored data like a database, they are the data from the data base stored in objects. This may help [Click Here](http://www.killerphp.com/tutorials/object-oriented-php/)

Member Avatar for pritaeas
0
152
Member Avatar for yongj
Member Avatar for Squidge

Hi all, Does anyone have a good rss class? i am looking to use one where i have a list of feeds in a database and you can select which feed to display via CMS

Member Avatar for siteky
0
111
Member Avatar for afrogfx
Member Avatar for Squidge
0
186
Member Avatar for mani508

> You would build the table elements as you run through the results of your query. As JorgeM has pointed out, you would build your TD/TR etc as you step through your loop. Start and end your table outside of the loop: <table> <?php WHILE LOOP/IF LOOPDO WHILE LOOP ?> …

Member Avatar for JorgeM
0
408
Member Avatar for Cerb21

I am not getting the error. Created 2 pages functions.php, and index.php. I just get what i would expect, as it cannot execute the SQL Did you have white space in your orig code?

Member Avatar for zoreli
0
435
Member Avatar for furqankhyraj

furqankhyraj, you are going from HTML straight to PHP, you have no PHP tags to identify: <a href="<?php $_SERVER['PHP_SELF'] . 'id?=' . $myrow['article_tittle'];?> "><?php $row['article_tittle']; ?></a>

Member Avatar for MarPlo
0
236
Member Avatar for trektrak

Your Array is empty also your if statement is opened correctly you had missed the first set {} from the IF if ($v_name==""){ $query="DELETE FROM key_show WHERE code='$v_name'"; }else{ $query="insert into key_show(code) values('$v_name')"; mysql_query($query) or die(mysql_error()); }

Member Avatar for trektrak
0
123
Member Avatar for .kaine

Looks like the additional "clearfloat" try removing the class from line 236 Although reading the comment it should be inserted to line 230

Member Avatar for Squidge
0
317
Member Avatar for Squidge

Hello evryone. I am new to PHP and MySQL. I have created an admin area for where selected people can add, delete, and edit data from a database. I have managed to get the add, and delete to work, but I am stuck with the editing. Can you help? [CODE]<!DOCTYPE …

Member Avatar for diafol
0
147

The End.