39,323 Topics
| |
is there any way that php can show a person's webcam, and their voice and also let them record it? and store it all in a database? | |
Anyone know how to get around a restricted PHP_AUTH_USER on the uk2.net server for a php/cgi enabled site? I have a script that I need to run in php enabled that needs to bypass the file. Unfortunately the instructions from uk2.net on how to bypass were drafted by an IT … | |
Hello All! What is a "lib.php" file, * How would one define it? * What does it do? * Why is it necessary? * When should it be used? If anyone could answer these questions or refer me to a very "BASIC" smile document/tutorial about this it would be appreciated. … | |
Ok, right now i have an array that the user enters into a form and when they submit it, it is loaded into a PHP script that i have set into an iFrame so that you can modify the mysql database in real time (sorta) but heres my problem. i … | |
Can any of the gurus out there please help? I am having a search problem with PHP and MySQL. I wish to search the MySql database from 2 criteria. Using 2 dropdown boxes. I wish to search from 1 dropdown box called searchtype and another called searchterm. The problem is … | |
Im trying to search a database and show the results. If a person types in a last name and first name it will search the database and return a result. Heres the cod ei am working with. but im running into errors. Any help would be great thanks. <html> <head> … | |
I need some help with an event list module for PHPNuke 7.x. This is how we need it to work. It is going to be used on a Car Show site. The User will enter the Submit area and enter the following information that we need to store in a … | |
halo every body: sorry ! my english not good,i only can use very simple english.. i use "fgets" get a webpage date,but website is use utf8.. when i use "substr" get some string,then i write into mysql. but mysql filed can't show big5!i don't know solution.... my mysql version mysql-3.23.58-1.9 … | |
I have a lot of skins I want to display on my website, each with their own page. (a lot meaning like, 40) I have the idea to create a form where I enter the desired filename and other information about the skin I want to inclue (date, description, etc.) … | |
I found this script to convert my phpbb threads and so forth to htm as an archiver. I can see the forums , then you click and can see the topics, then you click and it becomes a blank page where the posts are suppose to be. Any guesses? location … | |
Hi all, Some time ago I saw a good code, I can not remember where or whether it was for a system or a separate... That code is probably made for online shopping... That's all I know but after a while I found it integrated in one website or they … | |
I have used XSLTProcessor to receive XML data: $atb = new XSLTProcessor(); Often it takes a few seconds the data to load. I understood that there is a faster way to load the information. The current speed is like this: http://time-time.net/time/new-york-new-york-usa.php which is in most of the cases too slow. … | |
Hi Friends, I am working on a project which have the below requirements: 1. Each module can have a communication medium with other world as an API. 2. A router will be there to communicate with each of the module via their APIs using CURL or anything else. 3. Each … | |
Recently I am working on symfony. I have created a simple form and want to submit that form and send respons to user as email. In index i have written as follow: $product=new Product(); $product->setName('rohit'); $product->setPass('rohit'); $form=$this->createFormBuilder($product) ->add('name','text') ->add('pass','password') ->getForm(); $name='rohit'; return $this->render('EnsNewBundle:Email:ind.html.twig', array('form'=>$form->createView(),'name'=>$name)); and when i submit this form … | |
I am doing a project and I need to monitor a program I run through ssh2, I need to get info while it is running but i dont know how to do that really. First this is my code (part of it): $stream = ssh2_exec($con, "make run"); $data = stream_get_contents($stream); … | |
I am creating a type of ecommerce site , when the customer buys the product a email should be sent to admin regarding the product and customer details , I dont want to integrate payment gateways | |
Do you just love to code but hate maintaining the PHP environment? Do you think you’re spending too much time troubleshooting your code? If you are, the Zend Developer Cloud is for you!In this webinar we examine the galaxy’s latest, greatest developer solution; the Zend Developer Cloud, part of Zend’s … | |
I waste too much time when jumping over different pages to edit content, modules, menus. I need a product which can help me to do it easily and quickly and save a lot of time for me. Moreover, I would like to implement more functions for [SEO Joomla content](http://joomavatar.com/avatar/joomla/extensions/item/15-seo-compression-search-ajax-drag-drop-joomla.html). So … | |
Hey there everybody!:) I need some help to make a piece of code i made work. It current gets the login process right, however it doesnt save the cookies right:( (AC-Web.org is running vBulletin 4.2) <?php $sites = array( array( "url_login" => "http://www.ac-web.org/forums/login.php?do=login", "url_front" => "http://www.ac-web.org/forums/", "user_field" => "vb_login_username", "pass_field" … | |
Hi, I have a question related to Joomla pagination. I'm running Joomla 1.6, and I have on a certain position, let's call it "position_1", about 30 modules. I'd like to limit the number of shown modules to 10 and than have the numbers 1,2,3, depending on the number od modules … | |
I just saw a tutorial on a PHP site, and saw the super global $_SERVER['SERVER_SELF'] getting sanitized with htmlspecialchars. Us there any use for this? If you submit a post that has form action="$_SERVER['SERVER_SELF']" what difference does it make what the url is set when submitting a form, because the … | |
Good afternoon. What I'm trying to do is to get the username from the beginning of a field of data example 'username Membership Fee' or 'Username29473 Membership Fee' What I need to do is just get the 'username' or the 'Username29473' extracted as a value in a variable of it's … | |
Hello friends. I am currently involved in a project where we want to export data from mysql to xls, for this we have written a program that is in *jar format. What we want to do is execute this file through php after which we will send it to the … | |
I'm not sure why I suck so bad at this. I was recommended by my prof to use date as opposed to timestamp. I'm starting to think going back to timestamp would be easier due to built in php functions I can use. so in my original addproduct.php form I … | |
<form action="#" Method="post"> <input type="radio" name="cakes" value="blackforest"> <input type="radio" name="cakes" value="darkforest"> <input type="radio" name="cakes" value="vanila"> <input type="submit" value="submit"> </form> > Quoted Text Here here what the thing is i selected a radio button from those choices. now i did refreshing the page. the selected radio button will not display as … | |
i m displaying image from data base but it gives an error **failed to load given url** in fire bug and image not diaplyed on my website how i can solve these problem? | |
I am using curl function to login my web site using the Gmail username and password. Its working fine in my local environment but once i moving that file into my client server it returns the response "HTTP/1.1 401 Unauthorized". provied some solution Thanks in advance, Ganeshkumar | |
hi all, please share the dode of connectivity from front end to database. thank you in advance | |
Hi I am planning to create web based association Management project. Can any one please provide me some sample or details which would me more helpful for me to develop the project. | |
I have a server which is hosting just a single site and because of this, I intend to redirect all traffic from domains which isn't mine to my domain. For example, if a random person decides for some reason to point their domain to my server, when my server gets … |
The End.