39,323 Topics

Member Avatar for
Member Avatar for resistor

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?

Member Avatar for LastMitch
0
54
Member Avatar for citrus_tango

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 …

Member Avatar for LastMitch
0
154
Member Avatar for WP1

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. …

Member Avatar for LastMitch
0
60
Member Avatar for Killer_Typo

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 …

Member Avatar for LastMitch
0
135
Member Avatar for charter

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 …

Member Avatar for LastMitch
0
179
Member Avatar for petenyce

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> …

Member Avatar for LastMitch
0
183
Member Avatar for ChuckD

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 …

Member Avatar for LastMitch
0
171
Member Avatar for neonet

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 …

Member Avatar for LastMitch
0
192
Member Avatar for nikuki

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.) …

Member Avatar for LastMitch
0
160
Member Avatar for rex_b

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 …

Member Avatar for LastMitch
0
621
Member Avatar for logicaweb

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 …

Member Avatar for LastMitch
0
123
Member Avatar for carljung

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. …

Member Avatar for LastMitch
0
174
Member Avatar for akvlko

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 …

Member Avatar for LastMitch
1
270
Member Avatar for lord_linus

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 …

Member Avatar for LastMitch
0
104
Member Avatar for Peppercat101

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); …

Member Avatar for LastMitch
0
209
Member Avatar for murtazamzk

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

Member Avatar for LastMitch
0
176
Member Avatar for deecoup

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 …

Member Avatar for LastMitch
0
209
Member Avatar for chameron

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 …

Member Avatar for LastMitch
0
177
Member Avatar for Weliaz

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" …

Member Avatar for LastMitch
0
471
Member Avatar for tnjiric

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 …

Member Avatar for LastMitch
0
140
Member Avatar for Clanstrom

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 …

Member Avatar for LastMitch
0
316
Member Avatar for showman13

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 …

Member Avatar for diafol
0
89
Member Avatar for K0ns3rv

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 …

Member Avatar for Atli
0
8K
Member Avatar for dancks

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 …

Member Avatar for diafol
0
394
Member Avatar for varma51

<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 …

Member Avatar for diafol
0
120
Member Avatar for AARTI SHRIVAS

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?

Member Avatar for diafol
0
144
Member Avatar for ganesh641

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

Member Avatar for cereal
0
81
Member Avatar for classss

hi all, please share the dode of connectivity from front end to database. thank you in advance

Member Avatar for broj1
0
51
Member Avatar for rpv_sen

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.

Member Avatar for rpv_sen
0
271
Member Avatar for Borzoi

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 …

Member Avatar for Borzoi
0
308

The End.