Forum: PHP Jun 4th, 2007 |
| Replies: 3 Views: 1,090 error while image thumbnail processing Hi all,
I have obtain an error while making thumbnail images from the uploaded images. The error displays like as below
Fatal error: Allowed memory size of 16777216 bytes exhausted
Actually the... |
Forum: PHP May 3rd, 2007 |
| Replies: 11 Views: 2,543 Re: Execute file in server after window is closed Hi digital-ether,
Thank you for your great reply. I really get some ideas from your reply. I have store the each sessionid obtained from session_id() in the temporary table. As you told I just check... |
Forum: PHP Apr 30th, 2007 |
| Replies: 11 Views: 2,543 Re: Execute file in server after window is closed Hi UrbanSky,
Thankyou for your nice reply. I also have the idea to run a cron job to delete the contents in temporary table. But I would like to delete the contents without using cron job in the... |
Forum: PHP Apr 30th, 2007 |
| Replies: 11 Views: 2,543 Re: Execute file in server after window is closed Hi w_3rabi,
Thankyou for your reply. Actually I made an application that users(doesnt have sessionid or registration in site) just come to site and add the products to their list. I maintained a... |
Forum: PHP Apr 30th, 2007 |
| Replies: 11 Views: 2,543 Execute file in server after window is closed Hi all,
Iam trying to tigger some file which will be working in backend once the window is closed in php. Iam using onunload function in javascript but it triggers the file once we leave that... |
Forum: PHP Mar 17th, 2007 |
| Replies: 4 Views: 833 www2 and www Hi,
I have confused in the terms of www and www2. For what purpose really www and www2 are used in webservers. I have searched but Iam not found a good result. Can anyone tell why the term www,... |
Forum: PHP Jan 20th, 2007 |
| Replies: 2 Views: 4,056 create subdomain in server dynamically using php Hi all,
I would like to provide subdomains for my users while they are register into my site. For example, if a user is registering into my site then he selects xxx as his username and once he... |
Forum: PHP Jan 19th, 2007 |
| Replies: 3 Views: 4,688 Re: Get value from checkbox Hi Stymiee,
Thanks for your kind reply. I have mentioned checkbox name as an array like chkboxarray[] and then get the individual value from the checkbox.
thanku.. |
Forum: PHP Jan 17th, 2007 |
| Replies: 3 Views: 4,688 Get value from checkbox Hi all,
I have used the checkboxes in my page as given below
<input type="checkbox" name="chkboxarray" value=1>
<input type="checkbox" name="chkboxarray" value=2>
<input type="checkbox"... |
Forum: PHP Dec 29th, 2006 |
| Replies: 3 Views: 1,795 Re: Image Resolution Hi php_daemon,
Thanks for your great reply. I have used the imagecopyresampled, but it is used to changed the picture size statically. i need to be change the size of the picture dynamically such as... |
Forum: PHP Dec 28th, 2006 |
| Replies: 3 Views: 1,795 Image Resolution Hi,
I have been working on image resizing feature such as zoom functionalities. If I increase the size of the picture then the clarity of the picture will go poor. Is there any idea for improve the... |
Forum: PHP Dec 26th, 2006 |
| Replies: 1 Views: 1,222 About querystring Hi all,
I have one small doubt in query string. Can anyone know how many maximum characters passed via querystring through URL. Is there any limitation for sending characters in querystring? If... |
Forum: PHP Dec 23rd, 2006 |
| Replies: 4 Views: 1,844 Re: About image mirroring using php Hi Digital-Ether,
Thankyou for your kind reply. I have realised that imagemagick is better than OCR programs and it is easy to manipulate images in a better way. I have some doubts regarding... |
Forum: PHP Dec 21st, 2006 |
| Replies: 0 Views: 911 About Imagemagick Hi all,
Can anybody install Imagemagik and wandmagick API for php. I have download the imagemagik and wandmagick API for php seperately. But I have no idea how to install this in php....
Kindly... |
Forum: PHP Dec 21st, 2006 |
| Replies: 6 Views: 3,674 Re: youtube Hi,
ffmpeg is need to be installed in server for converting the wmv,and other media files into the flv format automatically. Youtube and other video sites are using the flv player for running the... |
Forum: PHP Dec 20th, 2006 |
| Replies: 4 Views: 1,844 Re: About image mirroring using php Hi Digital-Ether,
Glad to meet you once again with my query. I gothrough the sites given by you . It is very effective. Apart from that, somebody told me to mirroring,cropping,rotating the images... |
Forum: PHP Dec 16th, 2006 |
| Replies: 4 Views: 1,844 About image mirroring using php Hi to all,
I would like to give a feature for users while they are uploading their pictures. Suppose if the user uploaded a picture, then the user has facility to change the uploaded picture into... |
Forum: PHP Dec 16th, 2006 |
| Replies: 4 Views: 5,079 Re: insert csv file into mysql through php Hi,
Just run this code to enter your csv file into mysql. Also enter the database details in a file named config.inc.php.
-----------------
<? include "../include/config.inc.php";
function... |
Forum: HTML and CSS Dec 14th, 2006 |
| Replies: 6 Views: 2,599 About DIV tags Hi all,
Can anyone tell whats the use of div tags rather than using table to design the webpages. I have no more idea about this. kindly give your suggestion for this also give tutorial specific for... |
Forum: PHP Dec 1st, 2006 |
| Replies: 6 Views: 1,796 Re: Image link in an email from php Hi,
I think you are using the above code in message section of mail function. for example
mail($to, $subject, $message, $headers);
I think you assign the image tags and other kind of... |
Forum: PHP Nov 29th, 2006 |
| Replies: 4 Views: 1,085 Re: Image functions in php Hello Digital-Ether,
Sorry for not reply quickly.... Ya i want to manipulate the images on server side.. For example if the user press the button to change a color image to black and white image... |
Forum: PHP Nov 28th, 2006 |
| Replies: 6 Views: 1,796 Re: Image link in an email from php Hi,
<img>http://www.communitychapel.net/assets/Map.jpg</img>
You doesnt try like the above code for image tag during mail send.
Please try like this below..
<img... |
Forum: PHP Nov 23rd, 2006 |
| Replies: 2 Views: 2,759 About socket programming in php Dear All,
Sorry for my frequent questions in this forum. I have came here with a lot of questions. I need help in socket programming in php. For example, Lets consider I have a ip number and port... |
Forum: PHP Nov 23rd, 2006 |
| Replies: 4 Views: 1,085 Re: Image functions in php Hello Digital-Ether,
Thanks for your reply. I have been working now in image functionalities. But it seems to be little bit difficulty. Anyway I give my thanks to you for answer my continous... |
Forum: Perl Nov 22nd, 2006 |
| Replies: 7 Views: 2,597 Re: PERL tutorial Hello KevinADC,
Thanks for your nice reply. I have been viewing the URL for perl tutorial. Really I thanks to you for such a easy understanding tutorial given to me. |
Forum: Perl Nov 22nd, 2006 |
| Replies: 7 Views: 2,597 PERL tutorial Dear ALL,
Iam a PHP programmer and I have one year experience in php programming. Now I would like to study PERL and its features.
can any PERL prorammer let me know the good tutorial or URL for... |
Forum: PHP Nov 22nd, 2006 |
| Replies: 4 Views: 1,085 Image functions in php Hi all,
I would like to provide some features to the users when they are uploading their images in my site. For example once the user uploaded their image into the site. They have options to change... |
Forum: PHP Nov 20th, 2006 |
| Replies: 3 Views: 1,317 Re: About LIMIT in mysql Hi cscgal,
Thanks for your great reply. I have understood that we can't use offset in delete query. Thanks once again...
Regards,
Mahe4us |
Forum: PHP Nov 20th, 2006 |
| Replies: 3 Views: 1,317 About LIMIT in mysql Hi,
I have one doubt in mysql command using limit. I want to delete a first record in a table using mysql query. I using the below query
DELETE from view_me where member_id = '$sess' LIMIT 0,1
... |
Forum: PHP Nov 13th, 2006 |
| Replies: 10 Views: 3,443 Re: Paypal integration Hi bo_lolly,
Thanks you for your reply. I have also reviewd the url given by Forged. Thanks for all. |
Forum: PHP Nov 11th, 2006 |
| Replies: 1 Views: 1,678 Re: videoclip get thumbnail using php Hi,
We can create the thumbnail from the uploaded video by using the flv encoder. flv encoder is used for to convert the uploaded video format into flv format. While converting we can take thumb... |
Forum: PHP Nov 11th, 2006 |
| Replies: 10 Views: 3,443 Re: Paypal integration Hi boo_lolly,
Thanks for your nice reply. All the best for your new book. I have gothrough your site and i realized the paypal integration in your site. But actually I need different from that... |
Forum: PHP Nov 11th, 2006 |
| Replies: 1 Views: 1,216 online credit card integration Hi all,
I have created a site which has the feature of online credit card processing. If the user wants to subscribe into the site then they use their credit card and subscribed into the site. I... |
Forum: PHP Nov 8th, 2006 |
| Replies: 10 Views: 3,443 |
Forum: PHP Nov 8th, 2006 |
| Replies: 10 Views: 3,443 Re: Paypal integration Hi styimee,
Thanks for your nice reply. I saw the ECHO URL. It seems might be useful. But I would like to install paypal for my site. Please provide your suggestion in this regard
Thanks |
Forum: PHP Nov 8th, 2006 |
| Replies: 10 Views: 3,443 Paypal integration Hi all,
Onceagain I come back with a query about paypal. I have been developing a site with subscription module. If the user might subscription into the site then they will access all the privileges... |
Forum: PHP Nov 1st, 2006 |
| Replies: 4 Views: 4,669 |
Forum: PHP Nov 1st, 2006 |
| Replies: 4 Views: 4,669 |
Forum: PHP Oct 31st, 2006 |
| Replies: 3 Views: 2,080 Re: Copy files from localfolder to server Hi,
Thankyou for your nice reply.I want to copy the images from the local folder to the server place dynamically without using the file upload in php. Iam not mean the FTP upload or someother. In my... |
Forum: PHP Oct 31st, 2006 |
| Replies: 3 Views: 2,080 Copy files from localfolder to server Hi everyone,
I have tried to copy the images in my local folder to the server using php script without using the upload function. But it displayed errors. While accessing the folder from server it... |