User Profile
Collapse
-
samcode3 replied to Warning: session_start(): Cannot send session cookie - headers already sent by (outpuin PHPThankx Ronald.... But as u said is "Nothing(!) " an inbuilt function? -
Image Resizing..Help!
Hi,
I have a page, where users can upload images, and it will be stored in MySQL as binary data(longblob). Now when i select this data from mysql to display in webpage, i want to resize the picture. Am using PHP/MySQL. Pls help me how to do this..!
-sam -
How to delete picture file on server using PHP?
Hi,
I want to upload pictures in mysql database using blob. I have code to check the extension and sizes. But to store in mysql i have to upload the picture on server first. But if i upload the picture, i have to delete it asoon as the picture is loaded in mysql else there will be alot of unwanted pictures. Pls help how do i delete pictures on server using PHP. Also if u have simple code to upload pictures in mysql...i would be delighted to... -
samcode3 started a topic Warning: session_start(): Cannot send session cookie - headers already sent by (outpuin PHPWarning: session_start(): Cannot send session cookie - headers already sent by (outpu
Hi,
I would be thankfull if anyone could give me the solution for this header problem. There are no blank spaces at end as there is html code in end. I have used <?php session_start() ;?> in first line and in between am checking this for session.
<?php if($_SESSION['reg'] == "email"){ echo "username already taken. Please try another!"; $_SESSION['reg']="";} else if($_SESSION['reg'] == "user"){...
No activity results to display
Show More
Leave a comment: