Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 15-03-2005, 04:32 AM
Novice Webmaster
 
Join Date: May 2003
Location: Kedah
Posts: 15
Rep Power: 0
jepp is on a distinguished road
Form Process

Alo,

Nak tanya sket,andaikan kita ada file a.php yg ada form dan action utk form tu ialah file b.php
Mcm mana kita nak keluarkan or preview data dari form tu kat file a.php ?

ni coding kat file b.php

if (isset($_POST['preview'])) {
$title = stripinput($_POST['title']);
$date = date("l, F j, Y, h:i:s A");
$line = phpentities(stripslashes($_POST['line']));
$line2 = phpentities(stripslashes($_POST['line2']));
$linepreview = str_replace("src='".str_replace("../", "", IMAGES), "src='".IMAGES, stripslashes($_POST['line']));
$line2preview = str_replace("src='".str_replace("../", "", IMAGES), "src='".IMAGES, stripslashes($_POST['line2']));

if (isset($_POST['line_breaks'])) {
$breaks = " checked";
$linepreview = nl2br($linepreview);
$line2preview = nl2br($line2preview);
}

echo "<table border='0' align='center'>
<tr>
<td>$title</td>
</tr>
<tr>
<td>$date</td>
</tr>
<tr>
<td>$linepreview</td>
</tr>
<tr>
<td>$line2preview</td>
</tr></table>";
}

Aku malas nak guna form process kat file a.php sendiri sbb dia keluar kotak bengong "The page cannot be refresh..." bila kita refresh..

Ada tak cara utk kita view output dari form tu kat file a.php sendiri tanpa guna a.php sendiri sebagai form action?

Pls...tolonnnnn
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 16-03-2005, 01:10 AM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
susah nak paham daa..
aku rasa lebih elok camnih.

a.php = input form (ada 2 button Preview dan Submit)
b.php = preview process (boleh buat dalam popup = dalam tuh boleh masukkan juga Submit button dan close popup)
c.php = proses Submit

lebih mudah camtu rasanya.. lazimnya orang buat camtuh.
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 30-04-2005, 03:34 AM
naero's Avatar
Novice Webmaster
 
Join Date: Mar 2005
Location: Kay Ell
Posts: 28
Rep Power: 0
naero is on a distinguished road
Arrow

<?
// aku rasa ko buat camni la...dalam file b.php
// ko copy paste semua kat sini
// tak tau la jadi ke takk
// aku rase jadi kott



$title = $_POST[title];
$date = $_POST[date];
$linepreview = $_POST[linepreview];
$line2preview = $_POST[$line2preview];

print "<table border='0' align='center'>
<tr>
<td>$title</td>
</tr>
<tr>
<td>$date</td>
</tr>
<tr>
<td>$linepreview</td>
</tr>
<tr>
<td>$line2preview</td>
</tr></table>";



// tak pun ko bleh try pakai HTML kat bawah ni
?>


<table border='0' align='center'>
<tr>
<td><? $title ?></td>
</tr>
<tr>
<td><? $date ?></td>
</tr>
<tr>
<td><? $linepreview ?></td>
</tr>
<tr>
<td><? $line2preview ?></td>
</tr></table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linkshare Tax Form - Help! nobita Revenue and Monetization 1 26-01-2007 10:26 PM
wak form dlm web tmitz Website Design 3 28-06-2004 12:14 AM
help mail form nie! Syazwan Website Programming 8 15-04-2004 12:26 AM
php and web form yhaffiz Website Programming 2 03-09-2003 09:55 AM


All times are GMT +8. The time now is 01:44 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61