Forum: PHP Jul 9th, 2009 |
| Replies: 13 Views: 545 This is a display interface i would like to use |
Forum: PHP Jul 8th, 2009 |
| Replies: 13 Views: 545 Your on the ball Josh Connerty. I would like to stay away from the data base do to maintenance. I will make it in a database if i have to.
thanks |
Forum: PHP Jul 7th, 2009 |
| Replies: 13 Views: 545 CMS is what im trying to design, i want somone to be able to goto an edit page and edit text content in a simple text box...... and send/save button..... when they go back to the edit page the... |
Forum: PHP Jul 6th, 2009 |
| Replies: 13 Views: 545 Im willing to hear your idea |
Forum: PHP Jul 3rd, 2009 |
| Replies: 13 Views: 545 Say you bring up a web page and it is called Page A. Page A is a web page that has a Text field with a submit button. When you type in some text into the text field and hit submit, you post the... |
Forum: PHP Jun 30th, 2009 |
| Replies: 13 Views: 545 I need some help with setting up a session.....
The image is what i am trying to design.
<?php
session_start();
// store session data
$_SESSION['views']=1;
?>
<html> |
Forum: PHP Jun 30th, 2009 |
| Replies: 7 Views: 462 <?php
session_start();
// store session data
$_SESSION['views']=1;
?>
<html>
<body>
<?php |
Forum: PHP Jun 29th, 2009 |
| Replies: 7 Views: 462 Sorry to everyone for my first post. I did not include the info that was needed. (this is the first time i have used this site and i got was going to fast and not thinking. I will mark the thread as... |
Forum: PHP Jun 27th, 2009 |
| Replies: 7 Views: 462 the problem i am having is. I dont know how to make my form update the textarea
does it look something like this
<TEXTAREA NAME="comments" COLS=50 ROWS=10 WRAP=VIRTUAL>
<?php... |
Forum: PHP Jun 27th, 2009 |
| Replies: 7 Views: 462 i only know one part of the code
i need to find out how to do the form itself |
Forum: PHP Jun 27th, 2009 |
| Replies: 7 Views: 462 <script languae="PHP">
open_database("location","username","password");
display_page("PAGE_ID");
close_database();
</script> |