Forum Moderators: coopster

Message Too Old, No Replies

Dont show update page

Dont want people to see the update page

         

Twisted Mind

9:48 am on Nov 8, 2005 (gmt 0)

10+ Year Member



I dont want people to see my update script more like when they press update the page will refresh with the new entry..

Anyone who can tell me how to do it.

Twisted Mind

3:25 pm on Nov 10, 2005 (gmt 0)

10+ Year Member



help anyone?

dreamcatcher

3:54 pm on Nov 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Where exactly are you including the file? Are you including it after you have sent data to the browser? ie, in the middle of a file.

dc

Twisted Mind

4:22 pm on Nov 10, 2005 (gmt 0)

10+ Year Member



ofcourse i dind it dbconn where i connect to database posted a bit before i deleted the // thingys

chriswragg

6:38 pm on Nov 10, 2005 (gmt 0)

10+ Year Member



Your code looks fine, you just need to make sure NOTHING is before the <? tag in the file...


<?
...
...is wrong...

<!---HTML Comments-->
<?
...
...is wrong...

<?
echo 'Hello';
...
...is wrong...

<?
...
...is right

Twisted Mind

12:30 pm on Nov 14, 2005 (gmt 0)

10+ Year Member



As i have said i have nothing before <?
This 35 message thread spans 2 pages: 35