Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sjaakdelul
  • Content: Threads
  • Order by date
  1. sjaakdelul

    strip_slashes

    I've this form: <html> <head> </head> <body> <? switch ($target) { case &quot;&quot;: stap3(); break; case &quot;stap31&quot;: stap31(); break; case &quot;stap310&quot;: stap310(); break; case &quot;stap4&quot;: stap4(); break; } function stap3() {...
  2. sjaakdelul

    resolutions

    I've create a background image. My website is create within 5 frames, one top, nbottum, main, left and right frame ... The image should be as one background-image at all the frames. I've sliced the images and saved the parts for the different frames. At each frame, I've set the right part of the...
  3. sjaakdelul

    Hey, At home I had a mysql serve

    Hey, At home I had a mysql server (3.23), PHP (4.2.2)and an apache server ... until the big crash :( Now, I've saved my files at a server of a friend. But when I run the scripts, I get the follow error: &quot;Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result...
  4. sjaakdelul

    I am using php4.2.2 and the newest

    I am using php4.2.2 and the newest version of mysql. The database CREATE TABLE cijferlijst ( Kwartaal int(1) default NULL, vak varchar(5) default NULL, cijfer1 varchar(4) default NULL, cijfer2 varchar(4) default '-', cijfer3 varchar(4) default '-', cijfer4 varchar(4) default '-'...
  5. sjaakdelul

    Updating variables

    I am using php4.2.2 and the newest version of mysql. Database: CREATE TABLE cijferlijst ( Kwartaal int(1) default NULL, vak varchar(5) default NULL, cijfer1 varchar(4) default NULL, cijfer2 varchar(4) default '-', cijfer3 varchar(4) default '-', cijfer4 varchar(4) default '-'...
  6. sjaakdelul

    Apache and PHP

    Hey, I've installed apache and php. Apache is working very good, but php not ... I hope you can help me to configure it to a good way. I've done the follow steps: In apache: ServernameAdmin = themarti_m@hotmail.com ServerName = 213.93.xxx.xx (my ip-adress) Added/changed the lines...
  7. sjaakdelul

    JDK. JSE and SDK

    Short question: I've always used JDK1.1.8, now I want to update to jdk 1.2.2. So I went to http://java.sun.com/ and opened the download page. But I can only download JDK1.1.8, and JSE en SDK? What's the difference between them, and which file is the new JDK-software?
  8. sjaakdelul

    Positive numbers

    Ok, I know how to read some numbers in java, for example with the 'MyInput' methode... But how can java decide if the numbers are positief (or negative) and which of the (5) numbers is the bigest number of them? I don't expect a whole code, but just a few words, which can help me to make the...
  9. sjaakdelul

    relative path

    Ok, I have the follow maps on my e:\ harddisk... 'E:\mult\Tyres' ... In the map mult is de file index.html which load the file main.html (plaved in mult). In de main-page you can load the file tyers.html which is placed in the map tyres. In de tyres-page you can load a little presentation, this...
  10. sjaakdelul

    TD hight

    Hey, I've this CSS (style sheet) in my head section in the html document index.html: <STYLE TYPE=&quot;text/css&quot;> body { background-image: url(Images/Background.jpg); color: C6E2FF; font-family: Staccato222 BT; font-size: 12pt; color:3567B2 }...
  11. sjaakdelul

    Permission

    Hey, The apache2 server is running... But I've a problem: 25% of the people I asked to go to my server can see my site when they typing my ip in the adressbar. Someone thought that the root(cause) of the trouble permissions was. He thought you can set some file-permissions... But where can I...
  12. sjaakdelul

    DocumentRoot strange

    Hey, When I installed Apache2, I changed in httpd.conf the DocumentRoot to: DocumentRoot &quot;C:\WebServer\Apache Group\Apache2\htdocs&quot; ServerName 213.93.xxx.xx (my ip) I started IE6.0 and typed localhost.... and the site was showed to my desktop. But people from outisde couldn't...
  13. sjaakdelul

    error by starting apache

    Hey, I've configure apache, but I still doesn't work.... I've done the follow step: http://www.thickbook.com/extra/php_apachephp4_win.phtml My network settings are: workgroup=thuis user account on this computer: molegraaf ip adres form provider = 213.93.xxx.xx I think the ServerName is...

Part and Inventory Search

Back
Top