38,021 Topics

Member Avatar for
Member Avatar for nomadhacker

I have a web based program that I am trying to create, in which I will have a user create a profile, which optionally includes a homepage URL and/or blog URL. Since not every user will have a blog or a homepage to enter, I have moved that information to …

Member Avatar for nomadhacker
0
110
Member Avatar for OmniX

Im trying to figure out a way to access a row I 'just created' via the primary key. As it being a primary key it is auto incremented. I am using php/mysql to create the row then I require to access that same row (via the primary key) to be …

Member Avatar for nomadhacker
0
183
Member Avatar for OmniX

I have been trying to restrict the uploading of images based on size and format. At the moment I have the size working but not the format. Ive tried different code but im favouring something like this: [code] if($_FILES['file_image']['type'] == "image/pjpeg") { CORRECT FORMAT else { INCORRECT FORMAT } [/code] …

Member Avatar for OmniX
0
330
Member Avatar for jimpossible2k

Hey guys! I hope I'm not violating the "No Advertisement Policy" by posting this, but I thought (am hoping) that some people might be interested so I posted anyways. My name is Jim, and I am currently in the process of creating an e-commerce website using PHP and MySQL. Although …

Member Avatar for ShawnCplus
0
94
Member Avatar for kanui

Can anyone help me with this code? I have been trying to output the url as a link but I cannot manage to do so. The url comes out fine in text form but when I try to output the url as a link I either get an error message …

Member Avatar for kanui
0
169
Member Avatar for lydia21

hi i want to create the database retrieved datas as hyperlink using php.i have sent the code.please tell me how to edit the below code <html> <head> </head> <body> <form> <table> <tr> <td><font color="red">View All Posting</font> </td> </tr> <tr> <td><a href="care.php">Create New Users</a></td> </tr> <?php $hostname = "localhost"; $username = …

Member Avatar for kanui
0
180
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 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
105
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
161
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
79
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
93
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
102
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
112
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 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

The End.