262 Posted Topics
![]() | Re: have you tried: `<?php echo "<p>Hello World!</p>"; ?>` |
![]() | Re: I use Notepad++ for coding, but inline editing TinyMCE (easy to setup, open source, large support community if needed) |
![]() | Re: 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/) |
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 | |
Re: have a look at this: [Click Here](http://www.sitepoint.com/php-gallery-system-minutes/) | |
Re: > 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 ?> … | |
Re: 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? | |
Re: 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> | |
Re: 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()); } | |
Re: Looks like the additional "clearfloat" try removing the class from line 236 Although reading the comment it should be inserted to line 230 | |
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 … ![]() |
The End.