i am developing an interactive web site in php my task is to capture photo from user's web cam and uploading it to server. i know which tools to used for that (flex,red5 server) but i don't no how to install and configure flex sdk on eclipse. i am developing on windows xp. please help me in installing and configuring flex sdk on eclipse if any one know's.
thanks in advance..
User Profile
Collapse
-
installing and configuring flex
-
how to send form data to email in php
hi
i am trying send some data to email in php but i am getting below warning
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\php classes\emailde mo.php on line 7
my code is
Code:<?php $to = "chrbrameshbabu@gmail.com";
-
rameshbabu1251 replied to how to set text field value as web page title on entering text in text fieldin Javascripthow to set text field value as web page title on entering text in text field
yes i want to use this.value i tried but i could not get it -
rameshbabu1251 started a topic how to set text field value as web page title on entering text in text fieldin Javascripthow to set text field value as web page title on entering text in text field
hi
i am getting trouble in displaying text field value as web page title on entering text in text field.
can any one help me solving this problem
here my code
Code:<html> <head> <script type="text/javascript"> function showtitle(tl) { window.document.title=tl; } </script> <body> <form name="accepttestpage"
Last edited by Dormilich; Feb 27 '12, 01:37 PM. Reason: Please use [CODE] [/CODE] tags when posting code. -
how to create calender in php
hi i am new to php i want to create calender and handle date events on that. please help me how to develop calender -
rameshbabu1251 started a topic Warning: mysql_fetch_field() expects parameter 1 to be resource, boolean given in C:\in PHPWarning: mysql_fetch_field() expects parameter 1 to be resource, boolean given in C:\
hi
i am getting this warning
Warning: mysql_fetch_fie ld() expects parameter 1 to be resource, boolean given in :\wamp\www\phpc lasses\insertte stdetails.php on line 62
my code is
please help me in finding mistake
Code:<?php //connection $con = mysql_connect("localhost", "", ""); if (!$con) { die('Could not connect: ' . mysql_error());
Last edited by Dormilich; Jan 16 '12, 12:08 PM. Reason: please use [CODE] [/CODE] tags when posting code -
array of as session variable
whether it is possible to store array of variables into a session. -
handling multiple checkboxes
I have multiple checkboxes on my page and i want to access only the selected checkbox on the next page with the values of the selected checkboxes can any one give me the idea how to do it -
sending variables from one php page to another php page
i am having one login.html page one item.html page and insert.php page now i want to send login.html page details to insert.php page before i send login.html page details i want to display item.html page i.e flow should be like login.html->item.html->insert.php
help me how can achive this problem...? -
passing variables from php page to html page
please help me how i can send a variable from one php page to another html page
No activity results to display
Show More
Leave a comment: