I've a problem with JavaScript and cookies. I have a form with some user data. It's not possible to write more than 18 or 19 form.elements[.....].value into a cookie. I have read that the maximum size of a cookie is 4 kb, My cookie is only 2 kb.
This is my script, I found it on Htmlgoodies.com...
Hello,
I want to make a Windows program in C++. I've seen a couple of free compilers on the internet Cygwin, C++Builder compiler and MingW. Which is the best. Or is there an other better compiler. Please let me know.
Thanks,
Qwark
You made a from like this:
<FORM ACTION="post.php" METHOD="POST">
<INPUT type="hidden" name="user" value="somebody">
<INPUT type="hidden" name="redirect" value="http://www.adres.com">
<INPUT type="text"...
Before i have post this message I have also try include, include_once en require_once. Of course I have try to put an echo in in File2, and... that is working correctly. That's why i post this message. But thanks, for your advise.
I am doing something wrong but I don't know what!!!
But thanks...
You can use the php commant copy
copy (string source, string dest).
In your FORM you can can use a Text area like this:
<INPUT type="text" name="filenumber">
where the user types the file number.
or you use another HTML tag like this:
<SELECT name="filenumber">...
I have two files
- File1 menu.php:
<?php
require("http://www.boerenpagina.nl/standaard/menulink.php");
?>
and some html and php...
- File2 menulink.php
<?php
echo("BlaBla");
$menulink1 = "index.php?pagina=1";
$menulink2 = "index.php?pagina=2"...
I would change the permissions (chmod) of a directory (in Linux) via the internet with a php-script. Is it possible to use that chmod command in a php-script. If the answer is yes tell me how.
Thank you,
Qwark
I'll hope your are right with method / methode. This is the upload.php file. As I sad by first viewing this page i'll get an know error. But that is not a problem. Sorry but i am very new in PHP. But I know it is possible to post to the same page, because I 've done that before. I have this code...
I have made the next code, the first time i run the script i'll get an error (I know, doesn't matter at this time).
When i have choose a file on my harddisk (I use Windows 95)
And click on the button upload i get the next error:
Warning: Unable to open 'C:\\files\\0013-0007-1.jpg' for reading...
vic,
I have solve my problem with PHP and a While command. The Id numbers in the database have there auto number id. But a the user of my management program are thinking that the numbers are 1,2,3 etc. Because i use that php command with an counter.
That's not the right way because...
Hello PHP Guru,
I have made some scripts for manage a database. But not everybode is permissed to manage the database. I must protect the script all files or one directory with a central password. Is this possible with PHP or must i use Perl. I hope PHP can handle the problem.
Thanks,
Qwark.
Thanks Vic,
A have already solve the problem in an other way. But maybe your opinion is better.
But now another question.
When I have over a tousandmiljon times add and delete records in my table my id num is maybe 999999999 isn't that to much. Is there a maximum or does the mysql command...
Hello,
I have made a mysql database:
CREATE table links (
id INT NOT NULL AUTO_INCREMENT,
adres VARCHAR(60),
PRIMARY KEY(id));
When i put a new record in de database it get a number automaticly. (1,2,3 ...) But when i remove 2 the records are not reorganize automaticly. Is that possible, maybe...
Hello,
I have a query:
cClubSQL = "SELECT clubnr, functienr FROM lid_club WHERE lidnr = " + ALLTRIM(STR(this.nLidnr)) + " INTO CURSOR curClubLid"
&cClubSQL
This query gives always 1 or more results.
from the table lid_club. Can i Lock these results automaticly. If the...
A very good menu can you find at http://www.brainjar.com
Also a very good site for other javascript problems.
As WebGodiva say dynamicdrive is a good site too. But by brainjar you can download a perfect manual with the script.
Qwark.
Hello PHP Boys & Girls,
I like to begin in PHP and connect some things with a MySQL database. What is the best way to begin and of course do you know good site's, manuals or turtorials for that kind of things. I have the MySQL manual and PHP manual already, they are good, but maybe you know...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.