282 Posted Topics

Member Avatar for cemoyer

[QUOTE=cemoyer;1060136]I can't get any of my attempts to validate the radio button to work. If either of the buttons is clicked it works. But, if no button is clicked an the submit button is click by itself I get an error on my action page. I'm out of ideas and …

Member Avatar for muralibobby2015
0
87
Member Avatar for muralibobby2015

hello.. i did livechat script using php & mysql. in that multiusers can chat with admin. admin simultaniously gives replys to users. actually first time newuser send a msg to admin automatically new chat box appear. for that i used onload event. now new user come to chat with admin …

Member Avatar for shishtawitch
0
74
Member Avatar for firefly91

[QUOTE=firefly91;1059990]When I include these 2 functions on a page I seem to get this error: [B]Warning: Cannot modify header information - headers already sent by (output started at /home/vmtgiqlm/public_html/fftest/encryption.php:43) in /home/vmtgiqlm/public_html/fftest/check_login.php on line 40[/B] I don't know why that would happen as these functions do not output any text. Anyway …

Member Avatar for firefly91
0
96
Member Avatar for muralibobby2015

hello, i want to do chat script in php. actual requirement is user chat with only with admin. if admin is in online user chats directly. otherwise that chat msg will go to admin mail. at this time another user may come to chat with admin another chat box will …

Member Avatar for muralibobby2015
0
88
Member Avatar for muralibobby2015

hello, i want to display names of upcoming birthdays whose between "today" to "end of every month". how to do this

Member Avatar for venkat0904
-1
89
Member Avatar for HITMANOF44th

[QUOTE=HITMANOF44th;1052507]ok i can post the script if you guys want its kinda on the large side mostly i just need to bounce some ideas off you i made a event calendar and now i am making a script to email users of the current months events i have this working …

Member Avatar for HITMANOF44th
0
93
Member Avatar for muralibobby2015

hello, i want to build a internal mailing system in website. only registered users can send mails to each other. i have taken "compose mail","inbox","sent items","trash". i want to create database now. can you please tell me cloumn names for this

Member Avatar for czilika
0
76
Member Avatar for muralibobby2015

hello.. i want to write code for refresh only division part which is in page. why because i am fetching images from database randomly. when we refresh the page the image change randomly. so.....i want to do refresh only division part every 1min. how to do?

Member Avatar for diafol
0
103
Member Avatar for mundetas

[QUOTE=mundetas;1053218]Can someone please help:(. I have a database with a field Date. I made the datatype to Date. But when I code the date in php I use the date() function to get the current date it dones want to insert in the database. Please help. For example my code. …

Member Avatar for network18
0
98
Member Avatar for muralibobby2015

hello friends .. i want to do one task. i want some one elp. i am new to php. when ever i check the checkbox amount will add in 'total' textbox. i am displaying table below. [CODE] <form name="form" action="" method="post" > <table align="center"> <tr> <td>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> </tr> …

Member Avatar for mangel.murti
-1
164
Member Avatar for rajabhaskar525

[QUOTE=rajabhaskar525;1053113]hi all, still i dont get the coorect answer [CODE]if(($filetype1=='image/gif') || ($filetype1=='image/GIF')) { $bgim_old = imagecreatefromgif($bgim_file_name); } else if(($filetype1=='image/pjpeg') || ($filetype1=='image/jpeg') ||($filetype1=='image/PJPEG') || ($filetype1=='image/JPEG')) { $bgim_old = imagecreatefromjpeg($bgim_file_name); } else if(($filetype1=='image/png') || ($filetype1=='image/x-png') ||($filetype1=='image/PNG') || ($filetype1=='image/X-PNG')) { $bgim_old = imagecreatefrompng($bgim_file_name); // echo $filetype1;exit; } else if(($filetype1 == "image/bmp") || ($filetype1 …

Member Avatar for rajabhaskar525
0
168
Member Avatar for muralibobby2015

hello, is it possible to delete waste images from folder using php. for suppose user uploaded images....after his account expires his account will be deletes by admin. at the same how to delete his photos from folder.

Member Avatar for leviathan185
0
109
Member Avatar for catfleamassacre

also write like this.if youwant to redirect only to another page write like this. in the first page: [CODE] <form name="formx" action="nextpage.php" method="post" enctype="multipart/form-data"> <table> <tr> <td> <input name="image" type="image"> <input type="submit" name="submit" value="submit"> </td> </tr> </table> </form> [/CODE] and in next page at the top of the page mention …

Member Avatar for muralibobby2015
0
153
Member Avatar for muralibobby2015

hello, i want to do a new task. but it is new to me. any body help plz... i want to send registration form through email to users. then user fill that registration form. i wrote javascript in mail body but in that javascript not working. below is my 'mail …

Member Avatar for cwarn23
0
88
Member Avatar for muralibobby2015

hi, i am doing mailing concept in php. In this admin side admin send mails to users with attached files. but i wrote normal code for email without attachments. how to write code for attachfiles.

Member Avatar for muralibobby2015
0
102
Member Avatar for muralibobby2015

hi, i heared at some where.....using .js files in our script webpage disturbs a lot....i mean webpage loads slowly...is it write or wrong?

Member Avatar for network18
-3
71
Member Avatar for muralibobby2015

[CODE] <?php ob_start(); extract($_REQUEST); extract($_POST); session_start(); $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } $db=mysql_select_db('murali',$con); $message = ''; $error = array(); $select=mysql_query("select * from registration where username='$_REQUEST[username]'"); $taken_usernames=mysql_fetch_array($select); // main submit logic if (@$_REQUEST['action'] == 'register') { $resp = check_username($_REQUEST['username']); if ($resp['ok']) { $message = …

Member Avatar for venkat0904
0
124
Member Avatar for muralibobby2015

hai, i want to select only parent checkbox. then automatically check all child checkboxes. i mean checkall checkboxes at once. using javascript[CODE] <SCRIPT LANGUAGE = "JavaScript"> <!-- function modify_boxes(to_be_checked,total_boxes){ for ( i=0 ; i < total_boxes ; i++ ){ if (to_be_checked){ document.forms[0].chkboxarray[i].checked=true; } else{ document.forms[0].chkboxarray[i].checked=false; } } } --> </SCRIPT> …

Member Avatar for muralibobby2015
0
2K
Member Avatar for muralibobby2015

my requirement is textarea have 3 keywords. no need to count letters per line. but each keyword separated by commas. forexample: abc is one keyword, defgh is another keyword, kalpana is another keyword. so we are entering like this abc,defgh,kalpana into textarea . there is no need to count no.of …

Member Avatar for muralibobby2015
0
701
Member Avatar for muralibobby2015

hi to all. i have two radio buttons with one name. and also have one text area box. Depending on first radio button is chosen It will allow 2 entries(Enter key words Separate by comers) per line, and at the same second radio button chosen it will allow 4 entries(Enter …

Member Avatar for muralibobby2015
0
165
Member Avatar for muralibobby2015

we have two radio buttons with same name. when we check radiobutton no.of imagefile boxes appear. for example i have two radio buttons. if i check 1 radio button appear 5 image upload fields. now selects another radio button selects then appear only 10 image upload field. anybody help.

Member Avatar for diafol
0
131
Member Avatar for pankaj_sengar

[QUOTE=pankaj_sengar;1039110]how can we upload file using php?[/QUOTE] [CODE]$img_name=$_FILES["pimage"]["name"]; $randomizer = rand(0000, 9999); $file_name = $randomizer.$img_name; move_uploaded_file($_FILES["pimage"]["tmp_name"], "productimage/" . $file_name); [/CODE] pimage means your field name. productimage means your directoryname to store images

Member Avatar for muralibobby2015
0
117
Member Avatar for muralibobby2015

i have to crop images. but i have code to crop images. but .png files are not cropping that code. i have to crop .png image files. plz any one help me.

Member Avatar for venkat0904
-1
142
Member Avatar for muralibobby2015

hello... i want to do "images and text" which is in database...that content fetch in user's side....but sliding problem occuring...for example i have 5 images and 5 descriptions is der..so i want to show image[1],description[1] after some milliseconds image[2],description[2] .....etc like this...but all images are displaying once..that is my problem.. …

Member Avatar for pushpakalpana
1
137
Member Avatar for muralibobby2015

hello.... i want to do the validations in registration form. but my validation is when the user enters the value in textbox that value automatically cheks that value is already in database or not. for example..........username textbox is there..now i am entering value first three letter "kal" then comes beside …

Member Avatar for jomanlk
0
310
Member Avatar for bingot

[QUOTE=bingot;1022784]hi there . im new here and also in developing a site using php. if could anyone give me an idea for for adding a textarea after a others value was selected on select(dropdown) ohh i can explain it clear. ok im just gonna give a sample [url]http://ph.jobstreet.com/myjobstreet/registration.htm[/url] when you …

Member Avatar for muralibobby2015
0
143
Member Avatar for muralibobby2015

hi frnds.....when ever i select some lines that lines will automatically copy with out using 'ctrl+c'. so how to do?

Member Avatar for muralibobby2015
0
79
Member Avatar for muralibobby2015

hai frnds......how can i sent mail to multiple mailaddresses at a time? you have any script abt this.. so, plz help me.....

Member Avatar for network18
0
73
Member Avatar for muralibobby2015

hai friends, i want to code for send a short msg(sms) to my clients mobile phones through my website. anybody help me

Member Avatar for digital-ether
0
92
Member Avatar for muralibobby2015

hello... i want to do "images and text" which is in database...that content fetch in user's side....but sliding problem occuring...for example i have 5 images and 5 descriptions is der..so i want to show image[1],description[1] after some milliseconds image[2],description[2] .....etc like this...but all images are displaying once..that is my problem.. …

1
94
Member Avatar for muralibobby2015
Member Avatar for diafol
0
76
Member Avatar for muralibobby2015

i want to upload and crop five images at a time in php. i wrote code 5times for upload,and 5 times for croping. so...there is any possible to using an arrays and using anyway i want to short my code....plz help me..

Member Avatar for diafol
0
58

The End.