Current time: 05-19-2024, 01:27 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]Bestellsystem und die Domainabfrage
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #7
RE: Bestellsystem und die Domainabfrage
Du könntest eine PHP Seite vorne dran setzen mit Auswahl (without_domain - wert z.b. > 1) hinzufügen und per IF ELSE statement einen redirect einfügen auf das jeweilige Formular.
Also quasi ein Formular für with und eines für without (mit anderem Email Template).
z.B.
Code:
if ($without_domain == '1') {  
header( "Location: form2.php" );
}
else {
header( "Location: form1.php", false );
06-21-2009 11:59 PM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: Bestellsystem und die Domainabfrage - fulltilt - 06-21-2009 11:59 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)