39,320 Topics

Member Avatar for
Member Avatar for jeadeb

Hi all.. I have built a knowledge base, in html.. would just like to know how I can search for an answer using a search form, that I can have on the home page to find answers on the other html web pages., and just open that web page with …

Member Avatar for Rotak
0
133
Member Avatar for vssp

Hi friends I need your help.I am using two list box in my application. when i select one list box value corresponding values only listed in tha another list box without page refresh. Two listbox values are stored in database. if i select the one listbox values get the vlaue …

Member Avatar for Lafinboy
0
62
Member Avatar for digital-ether

Hi all, I was wondering if there is a way of getting the list of functions inside a class in PHP4. This would be similar to the ReflectionClass in php5. Say for example I have: [PHP]class testclass { function func1() { echo 'I am func1'; } function func2() { echo …

Member Avatar for digital-ether
0
117
Member Avatar for tzan2833

[COLOR=#0033cc]Dear all[/COLOR] [COLOR=#0033cc][/COLOR] [COLOR=#0033cc]I have the following problem. I am trying to communicate with mysql through php but unsuccesfully. In the following script when i misspell the password it gives me the error message. but while it does not create the database it does not return any message. It seems …

Member Avatar for BlazingWolf
0
116
Member Avatar for DigitalDre

Hi i also have the same problem: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/digital/up51/libs/dblib.inc on line 356 here is the script: **=======================================================================// // Get Members based on their individual loans // Files which uses this function: form_collections.php //========================================================================*/ function getMembers($loan_type_ID,$loan_accnt_ID) { global $link; $new_temp …

Member Avatar for Lafinboy
0
94
Member Avatar for tefflox

i'm unsure if i need to use an array (i'm a newbie to php, the most i've done is make text appear in random color)... anyhow, i want to pass a string to a function that will decrement a color value for each character. here is what i have so …

Member Avatar for tefflox
0
96
Member Avatar for vssp

Hi friends, I need some clarification to covert the pdf file to html file using php. I have no idea to convert the files using php. Please send me any ideas and your suggestion how to convert the pdf files to html .. Thanks Vssp

Member Avatar for Puckdropper
0
232
Member Avatar for mikeandike22

I need to open an xml file and allow people to add entries to the file. So i need to open it with read and write access be able to insert an entry and then close it with read only access so another program (adobe bridge) cant write over the …

Member Avatar for digital-ether
0
120
Member Avatar for vssp

Hi friends In my application i need to connect multiple database.First i connect one database and got the value then i connect another database to insert the values . If any possible to two database to connect single application . Please send me your suggestion . Thanks vssp

Member Avatar for vssp
0
74
Member Avatar for jagseo

hi i have TWO combo Combo A and Combo B, Combo A fetch data from database means dynamic values.... now i want that if user select Combo A and select prticular row or index and press ADD button than the selected value should add to Combo B...if user selecte ALL …

Member Avatar for digital-ether
0
64
Member Avatar for dcarrillo18

I have a php login system that uses SQL to store users and passwords but users can still download .mp3 files or even pictures (jpeg, gif, etc). Is there anyways I can protect my web directories and files using .htaccess without that popup asking for user and password but using …

Member Avatar for digital-ether
0
97
Member Avatar for tzan2833

Dear all I have a few questions. I would be grateful if you could take the time to answer. I have installed on windows xp home apache2, php 5 and mysqlserver 5. The [URL="http://localhost"]http://localhost[/URL] page of apache works fine. The <?php echo phpinfo(); ?> page works fine. However when i …

Member Avatar for pritaeas
0
134
Member Avatar for vssp

Hi friends Thanks for your help to solve the fck editer issue . I need one more clarification to optimize the query . I hope you are solve my issue . I am using INDEX key to optimize the query . That time in database only 75000 records only but …

Member Avatar for pritaeas
0
64
Member Avatar for donkey

I've got a problem. I'm writing an input form that takes a file name from the user. i want to put a button next to the text box that will open up windows explorer to ensure that there are no typos in the path. does anyone have an idea as …

Member Avatar for donkey
0
166
Member Avatar for Lbruce

Hi there, i retrieve a data set from a mysql database and i store it in a javascript array. What I cannot figure out is how to provide users with a drop down menu with two options and based on what they select, different records from the data set will …

0
74
Member Avatar for jeadeb

Hi everyone!! I need some help with setting up a php page that calls an sql database.. here is what I want it to do? -firstly: a user must be able to log in(because under this login you must be able to get stats from this user) Then the user …

Member Avatar for jeadeb
0
273
Member Avatar for vssp

Hi friends Right now i am using fck editer to create the html page . I need create new html page fckediter and insert the values database and edit the values. Now i configer the fck editer php application But i unable to insert and update the values database . …

Member Avatar for digital-ether
0
147
Member Avatar for timhysniu

Hi there, I am new to all this optimization thing. Yahoo and a few other search engines are finally showing my site and this is good. Google, however, won't do it. So, I read a few tutorials and a bunch of messages and I realize that there are a few …

Member Avatar for timhysniu
0
400
Member Avatar for vipula

I have a script to query mysql database and display search result on split pages. Every data sets have check boxes, I want to select some data sets from my search result by clicking check boxes and to display the selected datasets when I click on display button. I want …

Member Avatar for vipula
0
230
Member Avatar for angelv

HI I am new to php I would like to ask how I can insert a C source code into a php file please help I have a C scheduling algorithm that I'd like to use for my site that I am developing using php/mysql but I don't know how. …

Member Avatar for iamthwee
0
175
Member Avatar for CraigTussey

Hello, I have a Windows XP Home, Apache/2.0.49 (Win32), PHP/5.1.4 mod_perl/2.0.2, Perl/v5.8.3, MySQL 5.0 platform at my home. I've been doing Perl work with mod_perl on the Apache for some time with no problems. I've worked with PHP and MySQL at other places, but have just recently installed them in …

Member Avatar for iamthwee
0
162
Member Avatar for metabo_man

this is probably one of the best places to ask such questions. so i do it now. first of - i have to explain something; I have to grab some data out of a phpBB in order to do some field reseach. I need the data out of a forum …

Member Avatar for metabo_man
0
168
Member Avatar for angelv

HI I am new to php I would like to ask how I can insert a C source code into a php file please help I have a C scheduling algorithm that I'd like to use for my site that I am developing using php/mysql but I don't know how. …

Member Avatar for 'Stein
0
61
Member Avatar for Code.Red

Hey everyone! I'm having some problems with the time being off when I use this code: [php]<?php echo gmdate("l, F j, Y g:h A",time()); echo "<br><br>"; echo date("l, F j, Y g:h A",time()); echo "<br><br>"; echo time(); ?>[/php] You can see it on my site here: [URL="http://codered.xmshosting.net/time.php"]http://codered.xmshosting.net/time.php[/URL] It should show …

0
761
Member Avatar for tarikkirat

Hi I'm real new to php etc, and just wanted to know if there were any implications to using an IIS on windows as my server rather than apache? thanks alot...oh apart from the obvious being apache is free open source....:)

Member Avatar for Puckdropper
0
47
Member Avatar for himerus

My question/issue is that I want to turn off [b]PHP safe_mode[/b] on a new server... The server is running Ensim 3.5 Pro, and this is the 3rd ensim server I have from ev1servers.com... The server is completely dedicated, and will NEVER host anyones site/sites but my own for a project …

Member Avatar for vartotojas
0
240
Member Avatar for mikeandike22

ok so i built a simple playlist type thing where the user can click a link and then the player will play that song. Now i would like for the page to get info from an xml file and then display a short description. here is my php: [PHP]<?php //select …

Member Avatar for mikeandike22
0
155
Member Avatar for zippee

Many of you may aware that AOL using floating IP address to manage their internet connection. When I develop my shopping cart, I used IP address as one of the variables to identify user (other variables are datetime and url) and its shopping cart content. It was alright until someone …

Member Avatar for TopDogger
0
510
Member Avatar for vov4ik

I want to create a slideshow of images. Image files will be uploaded from harddisk to the browser and change each other at specified duration. How can i generate delay (after which the next image will be uploaded ) ? Thank you in advance

Member Avatar for Puckdropper
0
93
Member Avatar for wlinda

I've been having this php/mysql problem that I can't seem to be able to fix. I'm displaying information from a mysql database on my site, but for some of the variables only half of the cases can have information in tehre that needs to be displayed on the site (e.g. …

Member Avatar for wlinda
0
141

The End.