38,021 Topics

Member Avatar for
Member Avatar for roy--

Hi, My php script would do a few updates/inserts to a table. after that I would like the rows that have not been affected by the script to be deleted from the database. cant figure out how to do this. any ideas ?

Member Avatar for ShawnCplus
0
68
Member Avatar for ajay_tabbu

I want help. [B]what i do[/B]:I creat three pages 1. login.php, 2. welcome.php, 3.change password.php. when we login(right Id & P/W) welcome.php will open,On that page i have put two option i. Logout, ii.change password.,[U]on clicking on Logout we will logout to enter again we have to enter password.As session …

Member Avatar for somedude3488
0
253
Member Avatar for comask

i need to redirect to other page with out using header if it is not possible tell me how can i use header with relative url plz n 10q

Member Avatar for ajay_tabbu
0
387
Member Avatar for rhak

Hello guys im completely new to php scripting and I am currently seeking a script where users can goto my form page and enter various details I ask for (World of warcraft recruitment Form) .Once that user has completed his application I would like that information bound and stored on …

Member Avatar for somedude3488
0
64
Member Avatar for world_weapon

Hello everyone, I have an issue that I can't seem to resolve with integrating phpBB into the rest of my site so that login and session can be intact. Well, for the most part, the whole scheme seems to work at first glance. I noticed that pages that have the …

Member Avatar for world_weapon
0
147
Member Avatar for becraig

I need some help here I am trying to figure out to set a php file to go to different URLS based on the request it receives. eg this code might make no sense at all I want to code for 6 different referrers. <?php if (($_GET['PID']) != '097641342sjherjy') {header.location …

Member Avatar for jtmcgee
0
138
Member Avatar for dami06

Hi all, I have a project thats was given to me in school but the problem is I don't know anything about PHP but i know a very little about MySQL. I was given three options to use. Two of which are PHP and the other JSC. I hate anything …

Member Avatar for dami06
0
126
Member Avatar for himanjim

Hey friends I've a doubt regarding my password authentication code given below If we use `session _start` function one need not use the `cookies` as $_SESSION['user'] = $username; $_SESSION['password'] = $password; functions do the same job that cookies would have done so my cookies code is just a clutter?? Here's …

Member Avatar for Puckdropper
0
187
Member Avatar for Puckdropper

I'm working on a database install/configuration page where the page asks the user for the database credentials, his software credentials, and a few other options and then proceeds to attempt to create and/or populate the database. There are four main sections: Data entry, database table creation, database population (for certain …

0
105
Member Avatar for etlone

Could someone help with this question, how to create some PHP code for this, What I want to do is to copy/manage data across from one applications database to another application's database. For example, to copy across the Username Password Address Phone email fields from one to the other. Is …

Member Avatar for etlone
0
84
Member Avatar for fernandodonster

[COLOR=Red] want a php class to take back up and restore of my database (all tables) using posgress with status bar. help me??[/COLOR]

Member Avatar for iamthwee
0
66
Member Avatar for nathanpacker

Hey, I've been searching around, having a hard time finding something. Are there any simple scripts out there or something that I can use to generate graphs from information in mysql database tables?

Member Avatar for iamthwee
0
84
Member Avatar for Pro2000

Peace, I tried to replace a string with a string: [CODE] <?php $Msg=$_POST['Msg']; $arrA=array(' ' ,'-red' ,'-blue' ,'-green' ); $arrB=array('</font>','<font color=red>','<font color=blue>','<font color=green>'); $Msg_B=str_replace($arrA,$arrB,$Msg); echo $Msg_B; ?> [/CODE] It works well, but if someone typed "-rEdasddsadasda cccc" not "-redasddsadasda cccc" or "-REDasddsadasda cccc" or anything like that how will my …

Member Avatar for ryan_vietnow
0
81
Member Avatar for Dani

What is the toll of a function call? Is looping 200,000 times calling a function that performs a small calculation each time a lot more resource intensive than just performing that small calculation inline?

Member Avatar for Ezzaral
0
88
Member Avatar for tirivamwe

i have this code which is supposed to increment a counter on page [CODE] <?php //create a file called counter.txt and upload it to your server //now open the file $fp = fopen("counter.txt" , "r"); //read in the current count $count = (int)fread($fp, 1024); //increment the count by 1 $count++; …

Member Avatar for somedude3488
0
98
Member Avatar for 5teady

Hi When i have the user has to activate themselves option on, the user is not reciving the email conformation and its definitly not going to the junk mail folder... The mass email works fine, but like i said the activation email is not working, can anyone help? Also i …

Member Avatar for somedude3488
0
54
Member Avatar for nathanpacker

Hey, this is kind of a dumb problem, but I'm stumped by it. I wrote a little script to track my morning bike rides, and I have a time field to put in the time that I rode. Mind you, this is not the time of the day that I …

Member Avatar for seagram
0
109
Member Avatar for flushfire

I am trying to create a simple search page as practice for later use, where i search a table "practice" with fields "name" and "married". The user should then be able to search names, and upon submitting the page should display the names alongside the marital status. My problem is …

Member Avatar for flushfire
0
74
Member Avatar for ronghel

im having problem in my last page.... i dont how to do mathematical equations in php wahuhu... i want to do is multiply the number of units he taken in the enrollment to 306. (20*306) then i'll add it with 6000 hows that...

Member Avatar for somedude3488
0
73
Member Avatar for ronghel

how to add and multiply all the numbers that stored in my database?.. huhu.. i need it asap huhu..

Member Avatar for ryan_vietnow
0
98
Member Avatar for simple12

Hello I have a script which have the facility of entering any code to some part of a webpage. I have some some problems with it. When i put some code in the script then their is no error shown. When i try to not use a code and leave …

0
32
Member Avatar for jmueller0823

I just finished a php MySQL query. Everything is great, except the date column doesn't format correctly. The date output looks like this: 1175114705 The date column prints from: echo $row['createdTime']; Ideas? Thanks.

Member Avatar for jmueller0823
0
150
Member Avatar for bean1000

Hi everyone. I am new to PHP and XML and would like to take the following example xml, [code] <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <shirt> <name>Long Sleved></name> <link>index/1/1</link> <Types> <Type> <name>blue</name> <link>index/1/1/1/17743/60088</link> </Type> <Type> <name>green</name> <link>index/1/1/1/1/1</link> </Type> <Type> <name>red</name> <link>index/1/1/1/2/2</link> </Type> <Type> <name>yellow</name> <link>index/1/1/1/3/3</link> </Type> <Type> <name>orange</name> <link>index/1/1/1/4/4</link> </Type> </Types> </shirt> …

Member Avatar for bean1000
0
91
Member Avatar for lilokster

I just wrote my first mail script in php. It is working well, but I cannot control the senders email address or name. I would like to at least choose senders name. Here is the code I am using [code] <?php $email=$_POST['email']; $subject = "New Mailing List Signup"; $body = …

Member Avatar for lilokster
0
71
Member Avatar for EnderX

I have a php report page I'm working on that's giving me some problems. It's designed to be used on multiple systems; as far as I know, all of these systems are identical. On the system I did development on, the page displays information as needed. On the others, I …

Member Avatar for EnderX
0
117
Member Avatar for Eko

How can I have a post quick reply textarea , just like the one on daniweb , in a phpbb 2.0 ? Do you know/have a mod that does that ?

Member Avatar for Eko
0
70
Member Avatar for eflat

We've got a dev linux box here running an older version of apache and php4. Can I upgrade just php5 without changing apache. Seems the guides I've seen assume you are installing both.

0
45
Member Avatar for fatihpiristine

[code] <?php $smtp_server = "mail.webhostasp.com"; $port = 25; $mydomain = "domain.com"; $username = "info@domain.com"; $password = "password"; $sender = "info@domain.com"; $recipient = "no-one@domain.com"; $subject = "Test"; $content = "Bla bla bla"; // SMTP connection $handle = fsockopen($smtp_server, $port); fputs($handle, "EHLO " . $mydomain . "\r\n"); // SMTP authorization fputs($handle, "AUTH …

Member Avatar for fatihpiristine
0
102
Member Avatar for agrothe

Hey, I've taken over a php based website from another developer (ugh!)... The website uses two include files to display ads down both sides of the page. Now the client wants these ads to display in Random positions.... So, Its easy enough to take the ad text and place it …

Member Avatar for johny_d
0
119
Member Avatar for Tony Barber

I want to construct a web page with language flags. The user clicks his flag and the web page is then displayed in his language. In VB6 I would achieve this with a resource file. Does HTML, PHP or CSS have something like that or must I create a web …

Member Avatar for fatihpiristine
0
131

The End.