De Paddock
- Direct Access -
De Paddock Modelbouw Forum
De Paddock Autosport Forum

Go Back   De Paddock > Stuffis Generalis > Informatica en Fotografie
Home
Home Register FAQ Members List Calendar F1 Prono Today's Posts Links

Reply
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 14-03-2002, 18:00
Savi's Avatar
Savi Savi is offline
De Paddock Regular
 
Join Date: May 2001
Location: Maranello
Posts: 481
Php, Asp enzo

Hoe kan ik op een server testen of ik php of asp enzo kan gebruiken ? Want die provider reageert nie op mijn mails dus wil het zelf testen...
Reply With Quote
  #2  
Old 14-03-2002, 18:05
airco's Avatar
airco airco is offline
You'll never walk alone
 
Join Date: May 2001
Location: Hoboken (Antwerpen)
Posts: 6,845
voor php:

ge maakt een bestandje met de naam phpinfo.php en daarin typt ge hetvolgende:

PHP Code:
<?php
phpinfo
();
?>
als ge dan een volledige lijst met opties enzo krijgt dan werkt uwe php. Als hem gewoon dit geeft alsof het een textbestand is:

Code:
dan macheert uwe php niet.

Voor asp zal er ook wel zoiets bestaan, maar da moek ff opzoeken.

airco
__________________
Reply With Quote
  #3  
Old 14-03-2002, 19:11
Sennake's Avatar
Sennake Sennake is offline
Administrator
 
Join Date: May 2001
Location: Laakdal
Posts: 13,718
Das redelijk Chinees voor mij...
__________________

* WWW.SENNAKE.BE *
Reply With Quote
  #4  
Old 14-03-2002, 19:14
Werner333's Avatar
Werner333 Werner333 is offline
Captain Paddock
 
Join Date: May 2001
Location: St. Kat. Waver
Posts: 5,490
Allee gij Sennake. Dat is toch gewoon een simpel php test fileke.
__________________

WWW.WERNER333.COM
Reply With Quote
  #5  
Old 14-03-2002, 19:20
Sennake's Avatar
Sennake Sennake is offline
Administrator
 
Join Date: May 2001
Location: Laakdal
Posts: 13,718
Ah? Ok dan.
__________________

* WWW.SENNAKE.BE *
Reply With Quote
  #6  
Old 14-03-2002, 19:23
airco's Avatar
airco airco is offline
You'll never walk alone
 
Join Date: May 2001
Location: Hoboken (Antwerpen)
Posts: 6,845
PHP Code:
<!-- hier schrijven we nog gewoon in html -->
<!-- alles wat met // ervoor staat is commentaar -->
<html>
<head>
<title>
test van PHP
</title>
</head>
<body>
<!-- vanaf hier gaan we in php-modus met de openingstag <?php -->

<?
php
// echo drukt af wat tussen de quotes staat.  Een statement sluit je af met ;
echo "hallo world";

for(
i=0,i=5,i++)
{
echo 
"lus" i;
};
?>
zo iets duidelijker wat je met php kan.

PHP Code:
<?php
phpinfo
();
?>
de functie phpinfo() is gewoon een standaardfunctie die de configuratiefile van php afprint.

airco
__________________
Reply With Quote
  #7  
Old 16-03-2002, 14:27
Savi's Avatar
Savi Savi is offline
De Paddock Regular
 
Join Date: May 2001
Location: Maranello
Posts: 481
Ok bedankt, en hoe kan ik dan te weten komen of ik asp kan draaien op mijn ruimte ?
Reply With Quote
  #8  
Old 16-03-2002, 14:33
airco's Avatar
airco airco is offline
You'll never walk alone
 
Join Date: May 2001
Location: Hoboken (Antwerpen)
Posts: 6,845
euhm

ik vond niet zo direct iets. Ik werk normaal ook nooit met ASP. Makkelijkste manier is eens een klein scriptje schrijven, en dat uittesten he. Is het resultaat zoals gewenst macheert uwen asp. Anders niet

airco
__________________
Reply With Quote
Reply


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

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 On

Forum Jump


All times are GMT +2. The time now is 11:43.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.