User Profile
Collapse
-
i think you didn't understand me the problem is thet my function is returning false or beter say my upload is failing i don't know why is thet ,do you have any idea ??? -
move_uploaded_file() doesn't; returns an error.
my html file is
[HTML]
<html>
<head>
<title>File Upload Form</title>
</head>
<body>
This form allows you to upload a file to the server.<br>
<form action="addimgc k.php" method="post">< br>
Type (or select) Filename: <input type="file" name="uploadFil e">
<input... -
hey thnx for help . looks like i have problem with my local php server when i am runing the script i am reciving this error
Fatal error: Call to undefined function: imagecreatefrom jpeg() in D:\Sport's\3901 \3901\html\imgs ize.php on line 28
but when i have uploaded the scipt in my web server it was working do you have any idea why i am reciving this error ???Leave a comment:
-
thenks for your advise about url's .
i have tryed to to use the relativ url but steal not working . i am reciving the same warning as before
...Code:Warning: move_uploaded_file(New Text Document.txt) [function.move-uploaded-file]: failed to open stream: Permission denied in /is/htdocs/wp1055726_DP59DMU8M7/www/upload.php on line 37 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable
Leave a comment:
-
problem with upload..
i got html code
file name
[HTML]html
<html>
<head>
<title></title>
</head>
<body>
<form enctype="multip art/form-data" action="upload. php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload"...Last edited by Atli; Oct 20 '07, 01:30 AM. Reason: Changed [code] tags to [code=php] tags and removed links. -
this is not working my image name is foto1.jpg i am replacing it with image path butt i am not reciving anything can you tell my more clearly what should i doLeave a comment:
-
how to resize image
i got very hight resolution images . i would like to resize it to 800 with 600 px without using image editor is there anything like this on php something simple
please help.. -
how to open new page in curent window's
i need to open a new page page1.html i am using javascript function
:[code=javascript]window.open("pa ge1.php");[/code] but this function is opening new window , i want when i click the button to open page1.html in the curent windows not to open new
do you have any idea how to do thet. help pleas.. -
what i mean is i gott this link
[code=html]
<a href="<? echo $_SERVER['PHP_SELF']; ?>?R=<? echo $my; ?>" style = "text-decoration:none ;".>
[/code]
with value R on itt what i want is when i click this link new page to opear , name of the page thet i want to open depend's on the value of R
[code=php]
if (R== 10 )
{
then open this page ...Leave a comment:
-
how to open new page with php using if statment
i have problem openinng new pagee in my server by using php what i like is
if the if statemant is true then open this page
example:
[code=php]
if (x==0)
{
open page1.php
}else
{
open page2.php
}
[/code]
please help -
"Line 15 object required" when using ajaxlib.js
i have problem using ajaxlib.js i have includet as it should in the same directoryy the ajaxlib.js with my codee but i am reciving error "line 15 object required " .
here is my codeee ......
testest.html :
/////////////////////////////////////////////////[code=html]
<html>
<head>
<title>Testin g AJAXLib</title>
<script type...
No activity results to display
Show More
Leave a comment: