39,326 Topics

Member Avatar for
Member Avatar for Xufyan

i have downloaded a php script , it includes just checksum.md5 file, index.html, file_id.diz and favicon.ico this script requires to add databse and other config , how can i use this script without any config file or php files ?

0
69
Member Avatar for s.butler1

I'm trying to create a page to send emails to contacts in my database. I started by embedding an array in the page and then used a text file, both were successful and now I'm trying to take the information from a database. [CODE]$setEmailArray = array ("email@domain.co.uk", "email@domain.com"); for($i = …

Member Avatar for s.butler1
0
970
Member Avatar for amit_kuetcse2k5

Hi, I can not configure imagemagick on windows with xampp . Please help me? Thanks Amit

Member Avatar for mschroeder
0
60
Member Avatar for rakibtg

i have found a free php email form, it is a good form but problem is that it has a custom title so emails are come to me as a custom title in my inbox. [I]define( 'PHPFMG_SUBJECT' , "[B]Here Is The Custom Title[/B]" );[/I] it's located in [B]/form.lib.php[/B] root. How …

Member Avatar for diafol
0
146
Member Avatar for Mi-Dia

I am making a forum script, this part is basically parsing the html for the categories then the html for the rows inside. For some reason the forums repeat themsleves and I have tried everything to clear the values incudling $forum = ''; and unset($forum); but nothing is working, and …

Member Avatar for Mi-Dia
0
64
Member Avatar for greatmind

Hello there, i am very new in this community and i am very much interested in developming web pages with php but i am having trouble using all the php features. I am currently usig windows vista. what version of wamp sever do i need toinstall on my system? Please …

Member Avatar for lagspike
0
103
Member Avatar for maheshshinde

give me complete code to see content of table and after tat edit data everytime diff an update it in same table of database

Member Avatar for lagspike
0
106
Member Avatar for xuexue

could you help me to make a basic css which is applicable for the autocomplete in php? tnx..^^

Member Avatar for diafol
-2
97
Member Avatar for kamotekid08

Hi there somebody pls help me with this..how to create a registration using php while the data is stored on the notepad..pls help me..Php disaster my brain..

Member Avatar for lagspike
0
87
Member Avatar for DealthRune
Member Avatar for hmhb.in
Member Avatar for Shanti C
0
116
Member Avatar for sainigks

Hello Dear all, i have created a html page to insert data in sql table. my html page have date , month and year columns. which is stored in sql table in their respective columns. now i want to retrieve data from sql table in a php page. but i …

Member Avatar for benjaminFowl87
0
124
Member Avatar for Sahiba

Hello frends i am new comer in this community i need help in php and mysql actually i am student of BBA and i got project in IT and i dont know how to use these languages ....is anyone help me than plz tell me..... reply me i have just …

Member Avatar for mahesh_kumar_cs
0
149
Member Avatar for xuexue

is there any code that is the same as the distinct function of mysql to mssql? thanks in advance..^^

Member Avatar for jaikanth123
0
69
Member Avatar for xuexue

is it possible, that when a user clicks an image, it will automatically add a row to the table? this is table..

Member Avatar for xuexue
0
84
Member Avatar for ChrisATO

Hello, thanks for reading my thread. I'm still new to web development so I appreciate your help in advance. Here is the issue I am having: In my project, I have a index.php page with a sidebar menu and a div id called “content”.The user can select different menu items …

Member Avatar for ChrisATO
0
370
Member Avatar for Grubb

Could some one tell me how can I redirect one page to multiple urls in new tabs using just php(no java). Ex: User access [url]www.mysite.com[/url] and he is redirected in 2 new tabs in [url]www.myothersite.com/info.html[/url] [url]www.myothersite.com/checkitout.htlm[/url] and the initial tab with [url]www.mysite.com[/url] refreshes and is [url]www.myothersite.com[/url]. Thanks

Member Avatar for Mckcvision
0
276
Member Avatar for Xeros606

This probably isn't the best place for this sort of thread, but it's the most popular board on the web development forums and I suppose it's semi-related to PHP so... I've made a few small scale desktop apps with C# and Java (including a few games through XNA) but now …

Member Avatar for chrishea
0
163
Member Avatar for sewingbuttons

I used the simple script from this website and it seemed to work ok except no mail gets sent. I know this script was used for at least two christmases to send mail. Is there a process that I need to run on the server to enable it to send …

Member Avatar for cereal
0
219
Member Avatar for nukabolhi

I am just trying to make a php edit script using a combo box or any other method. But I am not sure how to write a script when selecting a sportsid and fetch the related data at the same time. [CODE] $sql = "SELECT * FROM sports WHERE sport_id=2"; …

Member Avatar for lagspike
0
902
Member Avatar for Sorcher

Hello. Anyone got a bookmark script they know of? all i found was [CODE]<script type="text/javascript"> function bookmark_us(url, title){ if (window.sidebar) // firefox window.sidebar.addPanel(title, url, ""); else if(window.opera && window.print){ // opera var elem = document.createElement('a'); elem.setAttribute('href',url); elem.setAttribute('title',title); elem.setAttribute('rel','sidebar'); elem.click(); } else if(document.all)// ie window.external.AddFavorite(url, title); } </script>[/CODE] but i dont …

0
95
Member Avatar for eltonpiko

hi can some one please help me i want to create a form that will send a custom email email to the emil address that the user inside how can i achieve this? for example the user put his name and email address the put the name and addresses of …

Member Avatar for eltonpiko
0
77
Member Avatar for Infame

Hi. I recently created a PHP Comment snippet. I'm having one slight probleme though. The problem is that the comments stacks up to one big pile of comments. What I basically want is to divide the amount into smaller groups: Page: 1, 2, 3, 4, 5 each page with 5 …

Member Avatar for diafol
0
92
Member Avatar for Rewired

[B]I am new to this PHP coding, but have experience. I am just wondering how to make it check the folder and not make it make duplicates of the file in the MySQL?[/B] [CODE]<?php include('mysql.php'); if ($handle = opendir('images')) { while (false !== ($file = readdir($handle))) { if($file!='.' && $file!='..') …

Member Avatar for diafol
0
336
Member Avatar for cableguy31

Here's what I'm trying to do. I have a php script that will run an sql query and return the data back in a table. I want to put a radio button into each row so the user can select one row to submit. Then, when they click submit, I …

Member Avatar for cossay
0
1K
Member Avatar for askural

Hello, I checked the internet without success maybe smone out there can help... I am planning to write smthng like a pay per download script... I need to know if the download is successful or not (has the customer successfully downloaded the product or not!). I know there is no …

Member Avatar for chrishea
0
77
Member Avatar for puvi

hi guys, i have registration form, where the user enters username, email id etc. on clicking register, the data should get validated and then get saved into the database. i got most of the validation stuff right exept this one. i did all the validations in javascript, i want the …

Member Avatar for puvi
0
152
Member Avatar for alazanski

Hi, Myself and a couple of other programmers have decided to make an online email client (similar to Horde or RoundCube...). And we're going to need all the help we can get. The whole thing is an open source project. So, if you know your way around MySQL and/or PHP, …

Member Avatar for diafol
-1
116
Member Avatar for ankit.pandey3

[CODE]<?php require_once('upper.php'); if(isset($_COOKIE['AdminCookie'])){ if(isset($_POST['submit'])){ require_once('database.php'); $ActivityName =$_POST['ActivityName']; $EventName =$_POST['EventName']; $BloodGroup =$_POST['BloodGroup']; $Location =$_POST['Location']; $Age =$_POST['Age']; //$Sex =$_POST['Sex']; echo $ActivityName; $query="select * from registration WHERE Flag='A' AND BloodGroup= '$BloodGroup' AND Age ='$Age'"; //$query="select * from registration WHERE Flag='A' AND Address like '%$Location%'"; $result=mysqli_query($dbc,$query) or die('Not Connected'); while($row=mysqli_fetch_array($result)) { echo $row['Name']; } …

Member Avatar for ankit.pandey3
0
153
Member Avatar for camilahlah

I need to get the values of all textboxes that I've generated through dropdown list using AJAX. I've been getting only the last value of the textbox, I can' seem to loop it. Anyway, here's my code: [CODE] <? include('connect.php'); $tag = $_REQUEST['tag']; $ProjectName = $_REQUEST['ProjectName']; $Description = $_REQUEST['Description']; $textboxes …

0
78

The End.