Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~5K People Reached
Favorite Tags

28 Posted Topics

Member Avatar for mahe4us

Hi, we are running mysql 5.0.16-nt in windows 2003 server... we are getting frequently some warnings in the event viewer like "Changed limits: max_open_files: 2048 max_connections: 450 table_cache: 794" Once this warning arise, then the site has broken indicating "too many connections".. I have gone through many of the threads …

Member Avatar for rofalix
0
127
Member Avatar for mahe4us

Hi everyone, I have set the email piping to script in cpanel. Also in script i send a acknowledge mail to me to confirm whether the script works or not. But the script works fine and i have received the mail to my inbox. I got one more mail which …

Member Avatar for kerryJames
0
340
Member Avatar for mahe4us

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 of the site. Rest of the subscription members have not get their privileges while surf …

Member Avatar for razalakhan
0
163
Member Avatar for mahe4us

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 number. Using this ip and port values i want to send a …

Member Avatar for BzzBee
0
185
Member Avatar for dss

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 videos uploaded by user. Before running the uploaded videos they converted into flv format using ffmpeg. …

Member Avatar for Member #120589
0
145
Member Avatar for mahe4us

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 particular page only. If we closed the window it didnt do anything. Anybody have …

Member Avatar for Member #120589
-1
176
Member Avatar for mahe4us

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 completed his registeration process successfully. A URL [url]www.xxx.mydomain.com[/url] will be provided to …

Member Avatar for maxima
0
299
Member Avatar for mahe4us

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 horizontal mirroring and vertical mirroring. Once the user changed the image to his wishes …

Member Avatar for AXJ
0
298
Member Avatar for manish812

Hi, Just run this code to enter your csv file into mysql. Also enter the database details in a file named config.inc.php. ----------------- [code=php]<? include "../include/config.inc.php"; function normalise($string) { $string = str_replace("\r", "\n", $string); return $string; } if ($stage == "") { if ($msg == "file") { $display_block = "Error …

Member Avatar for mattjfox@gmail.
0
205
Member Avatar for mahe4us

Hi all, I have obtain an error while making thumbnail images from the uploaded images. The error displays like as below [B]Fatal error: Allowed memory size of 16777216 bytes exhausted [/B] Actually the size of uploaded image is 208kb.. but it displayed the above error with memory size of neary …

Member Avatar for sokchea
0
98
Member Avatar for mahe4us

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, www2 and www1 are used in webservers and for what purpose? …

Member Avatar for DimaYasny
0
137
Member Avatar for mahe4us

Hi all, I have used the checkboxes in my page as given below [code] <input type="checkbox" name="chkboxarray" value=1> <input type="checkbox" name="chkboxarray" value=2> <input type="checkbox" name="chkboxarray" value=3> [/code] If all the checkboxes are selected then how can we get the values of individual checkbox in php during a form submission. Anyone …

Member Avatar for stymiee
0
159
Member Avatar for mahe4us

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 pixel resolution while increas the size of the picture in php. Thanks.

Member Avatar for php_daemon
0
105
Member Avatar for mahe4us

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 anyone know answer for this kindly reply me...

Member Avatar for PeppySoft
0
126
Member Avatar for mahe4us

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 div tags...

Member Avatar for roryt
0
139
Member Avatar for mahe4us

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 anyone inform me if you know how to install. Thankyou.

0
77
Member Avatar for fixyourdns

Hi, [COLOR=#0000ff]<img>http://www.communitychapel.net/assets/Map.jpg</img>[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]You doesnt try like the above code for image tag during mail send.[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Please try like this below..[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]<img src="www.communitychapel.net/assets/Map.jpg " ></img>[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]May its helpful for you..[/COLOR]

Member Avatar for Puckdropper
0
127
Member Avatar for mahe4us

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 studying PERL. Really its helpful for me..... Thanks in advance....

Member Avatar for Puckdropper
0
165
Member Avatar for mahe4us

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 the image as following. convert the image to black & white. Invert the …

Member Avatar for mahe4us
0
95
Member Avatar for mahe4us

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 But if I used the above query mysql cannot deleted the record. It …

Member Avatar for Dani
0
85
Member Avatar for mahe4us

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 have searchced various site for the above one. Please anybody show me or …

Member Avatar for stymiee
0
63
Member Avatar for vssp

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 image also.

Member Avatar for mahe4us
0
56
Member Avatar for mahe4us

Hi everyone, Iam a nuubie to PHP. I have faced some problems in my project. I want to access a server(folder in server) through script run by another server. Its possible to access the files kept in one server through script run by another server. Please anyone help me. Its …

Member Avatar for digital-ether
0
968
Member Avatar for mahe4us

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 displayed no such file in this directory. Can anyone help me how to copy the …

Member Avatar for tgreer
0
87
Member Avatar for mahe4us

Hi to everyone, I have been trying to activate "remember me" option in login page of my site. But I have some errors while executing this option. Can anyone help me to solve the problem or any correct URL for activating cookies. Thanks to all.. Bye..

Member Avatar for mahe4us
0
142
Member Avatar for paglaagra

Hi , I saw your query. You cant display the records by just using mysql_query. After you written the code mysql_query. You will use the result resource set in mysql_fetch_array or some others mysql functions for displaying the records. Ex.. $a = "select * from taable name"; $q = mysql_query($a); …

Member Avatar for paglaagra
0
85
Member Avatar for dss

Hi dss, I understand your doubt. Please review th below URL [url]http://www.daniweb.com/techtalkforums/thread20917.html[/url] I think the above URL may be useful for you to display the records in your required format. thanks

Member Avatar for mahe4us
0
88
Member Avatar for mahe4us

Hi everyone, Iam mahendran and i working as a php programmer for the last 8months. I have a doubt to create mail ids in server dynamically using PHP. I wants to write a program for generating alias email ids in server dynamically when user register into the site by giving …

Member Avatar for mahe4us
0
204

The End.