39,320 Topics

Member Avatar for
Member Avatar for OmniX

[code] echo "<input value='$variable' type='submit' id=submit' name='submit'>"; [/code] That variable is an array which keeps repeating and changing numbers. (e.g. 1-20). Now using a switch statement to access the input submit button when pressed: [code] switch($_POST[submit]) { case '': break; } [/code] I cant figure out what code to construct …

Member Avatar for OmniX
0
167
Member Avatar for dvduval

We now have a preview with some screenshots and other information about phpLD version 3.3 that will be released in Beta in the next few days. [B][URL="http://www.phplinkdirectory.com/articlescript/phpLD_3_3_Preview.php"]phpLD 3.3 Preview[/URL][/B] Feel free to leave your feedback, and get ready for the next version! :)

Member Avatar for JonathanD
0
74
Member Avatar for snowman11

Hi all... I've been reading this site for a while and now I have a question for you experts. I have a php page named edit.php. Code here: [code] <? // Connect database. include("connectdb.php"); // ***** This part will process when you Click on "Submit" button ***** // Check, if …

Member Avatar for nav33n
0
116
Member Avatar for hafdis

Hi I made a new page from bozUNtu theme, gonna use phpbb forum with this theme. Using this tutorial [url=http://www.phpbb.com/kb/article/add-a-new-custom-page-to-phpbb/]http://www.phpbb.com/kb/article/add-a-new-...-page-to-phpbb/[/url] The test forum is located here [url=http://www.almennt.com/wp/phpBB]http://www.almennt.com/wp/phpBB[/url] And the new page is located here [url=http://www.almennt.com/wp/phpBB/aboutus.php]http://www.almennt.com/wp/phpBB/aboutus.php[/url] what i am trying to do, is adding in news script "Cutenews" with that theme …

0
55
Member Avatar for dannybarh

Grate Thanks, i have been designing website in html for some time now. i want to make my sites more powerful by using php or asp,but i can link up the pages for them to work like i do in html. i really need help,pls help.

Member Avatar for MitkOK
0
116
Member Avatar for vijukumar
Member Avatar for adilz.cool

I am new to this community and also new to PHP. My problem is that i have installed apache 2.2.6 and also have php 5.2 version. also made all the changes in conf file of apache. I also did all the neccesary things on PHP side (placing & changing files …

Member Avatar for adilz.cool
0
163
Member Avatar for manish_gajjar

i want to view image as tooltip of small image on mouseover on that so what is the code for that?using javascript how it can be done?

Member Avatar for Walkere
0
82
Member Avatar for hakimkal

1. CLICK ON “START MENU” 2. GO TO “CONTROL-PANEL” 3. CLICK ON “ADMINISTRATIVE TOOLS” ICON 4. GO TO “COMPUTER MANAGEMENT” 5. PLACE YOUR MOUSE ON THE ‘SERVICES AND APPLICATIONS’ 6. CLICK ON THE “+” ICON TO REVEAL YOUR ‘IIS SERVICES’ 7. CLICK ON THE “+” ICON TO REVEAL ‘WEBSITES’ 8. …

Member Avatar for nav33n
0
69
Member Avatar for lifeworks

Hi Working on a photographers CMS, the idea is that they'll resize their images using a batch processing app, separate from the website, then I'd like them to be able to add a new section and select the entire directory (of resized images) for upload, not just individual files... If …

Member Avatar for lifeworks
0
76
Member Avatar for smilyswapna10

Hi All, I want to change the f5 property to html tag(i.e., <input type='file'>) for I.E.7.0 version and above. but its not working. Here the code is working in only in <input type='text'> but not working to <input type='file'> <html> <head> <script> document.onkeydown = function(){ if(window.event && window.event.keyCode == 116) …

Member Avatar for Fungus1487
0
60
Member Avatar for deef

I am a new student to php and I am working on my first project. I have created an html form, a php output form and a php confirm form. I am having trouble linking them together, when I fill in the information on my form it does not show …

Member Avatar for vssp
0
301
Member Avatar for searchacar

Hello everyone, I am trying to add an auto generated map in property website. [url]http://www.whatahome.co.uk[/url] When some one click on details of any house , it should show the page with google map using the postcode of their house, as in other website is implemented. Is this achieveble easily. Anyone …

Member Avatar for vssp
0
79
Member Avatar for chitra1

Hi, I'm working on web based project whereby I'm using Html and Php. I want to know how to create forums on a website that I have built.

Member Avatar for vssp
0
61
Member Avatar for Spaiz

Hello everybody, Yesterday I finished testing a new CMS I developed for a while, and now I'd like to ask for your help. Could you please help test this system under different PHP version/settings? The system works on a flat file database class I wrote, so no database setup or …

Member Avatar for Spaiz
1
9K
Member Avatar for rnr8

Hi, I need to create and implement a doubly linked list using PHP. Does anyone know of a good tutorial or resource for getting started? I understand the basic premise of a linked list, but really need some specific pointers on how to do so in PHP. ANY help would …

Member Avatar for rnr8
0
95
Member Avatar for frezek
Member Avatar for vssp
0
79
Member Avatar for tie372

I have a bunch of checkboxes on one page, that look like this [code]<input type="checkbox" value="classic" name=subgenre[]></input>[/code] And when all the data is collected and inserted into a databse, it looks like this [code]$subgenre=$_POST[subgenre];[/code] This is supposed to collect every box that is checked and store it in a database …

Member Avatar for johnsquibb
0
73
Member Avatar for CMCDragonkai

I have a string like this. $function = " array_splice($arr . $arrayimploded, end($index), 1, $data); "; $arr is an array $arr = array(0 => array(0 => "s", 1 => "es"), 1 => array(0 => "ing"), 2 => array(0 => "d", 1 => "ed") ); The $arrayimploded is "[0]" The end($index) …

Member Avatar for CMCDragonkai
0
79
Member Avatar for EnderX

I've been requested to write a PHP-driven database report by my boss. The reports will be located on our servers, where PHP is installed. However, the DBs that I'm supposed to read from are going to be located on the client machines. The servers are running SuSE 9.3 with Apache …

Member Avatar for werks
0
447
Member Avatar for chitra1

Hi everyone! I'm working on a project whereby the system is rule-based. I have to write the rules in either Common Lisp but the problem is that i'm using PHP for designing the interface and I'm not able to link these two languages. Could anyone plz help me??????

Member Avatar for digital-ether
0
103
Member Avatar for frezek

I hawe a microsoft publisher 07 how can i add my host or dns??

0
48
Member Avatar for lydia21

hi i have a login page which is allowing only registered user .it is working too...... but when the second page URL is typed it is getting displayed i want the all the user to enter through the first page.......when the second page URL is typed it should not get …

Member Avatar for ezb
0
114
Member Avatar for neha gupta

Hi , I need to access a MS-Word document using php... Plz suggest me how to do it.... Thanks in advance!!!!

0
67
Member Avatar for OmniX

I have an input submit button that once clicked activates php. Now the problem I have is that I have the neccessary code (or what i think is) to stop from the input button working (as I have used the same technique on the other input submit buttons). To get …

Member Avatar for OmniX
0
101
Member Avatar for love19_foryou

I hv downloaded html to pdf convertor but i am not able to use css in pdf file. can anyone hrlp me.

Member Avatar for phper
0
90
Member Avatar for halifaxer

Hi there, Bit of a complicated query, for me anyway. lol Following code: [code]$url = 'http://www.cheapsmells.com/viewProduct.php?id=6590'; $html = file_get_contents($url); preg_match('/<div class='productOurPrice'?>(.+?)(\d+\.\d+)(.+?)?<\/div>/', $html, $match); $out = $match[2];[/code] Great, no problem! However, this next url I need to code to is a bit trickier as the tag data is, well see below... …

Member Avatar for phper
0
140
Member Avatar for lesalmin

How should I implement "interactive refresh" (I don't even know how I should call it) where one visitor's action (klicking a link, submit button etc. - everything will do) activates page refreshing of other visitors on the same page? I know how to implement an automatic, periodic refresh but I …

Member Avatar for phper
0
167
Member Avatar for usc87bb

Hi there...I'm pretty new at the PHP game, I've basically taught myself everything from looking at examples scripts and Google, and I've only been tinkering with scripts for about a week. Therefore, I'm confused about the error I'm getting when I try and run this part of the script. Basically, …

Member Avatar for usc87bb
0
88
Member Avatar for smilyswapna10

hi all, when i refresh the parent window then the child winodw should be closed using javascript and html. Thanks& Regards, swap.

Member Avatar for nav33n
0
88

The End.