39,320 Topics

Member Avatar for
Member Avatar for pancgom

Hi, I am very new to php still trying to find my way around it, i got this code which will pull everything off my database and display in one endless table across the page is there a way i can split it and display. [CODE=html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for nav33n
0
85
Member Avatar for rajeevkshr

Hi all, I am using paypal for payment gate way integration .After successfull transaction i have to capture that transaction id.For sandbox account it was working fine.But for live transaction i am not getting that transaction id.Anybody can help me for doing this? With regards, Rajeev

0
62
Member Avatar for bunnny

Alright, I am currently working on a new project called Shaise (shaise.com) where I am working on redesigning the forums header. However, I will need to replace all of the forums links (ie. Board Index, Login, Register, and all of the other links that appear when signed in. If you …

0
62
Member Avatar for redmage

I'm getting the following error on run Parse error: syntax error, unexpected T_VARIABLE in /www/99k.org/g/a/t/gatewayarcanum/htdocs/process.php on line 2 the code i'm using is [code=php]<? php $name = $_POST['name']; $email = $_POST['email']; $how_found = $_POST['how_found']; $comments = $_POST['comments']; mail("psidonwav@gmail.com", "Contact Form Submission", "Name: $name /n E-mail: $email /n How Found: $how_found …

Member Avatar for redmage
0
56
Member Avatar for cmax

Hi! I'AM A PROBLEM ON HOW TO UPDATE DATA IN THE DATABASE MYSQL CAN YOU GIVE A CODE PLSE?

Member Avatar for mrcniceguy
0
47
Member Avatar for camdes

When trying to resize photographs I am getting the following error on my test server. Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in C:\wamp\www\phototest\reqfiles\submit_photo.req.php on line 70 here is my code from line 67 to 74 [CODE]$src = ImageCreateFromJpeg($image); $dst = ImageCreate($tn_width,$tn_height); ImageCopyResized($dst, …

Member Avatar for zAndrew
0
61
Member Avatar for Richlife

I was converting old asp files to php. But I'm stuck at this point. I'm looking for a triple combo listboxes where one has "book" the other "chapter" and the third "verse". The book is populated by a database table. Once book is selected then chapter is populated and then …

Member Avatar for nav33n
0
47
Member Avatar for kusal

sometime I see pepole use @ with variables ex: @$cat=$_GET['cat']; is this something like pass by reference? can you direct me to a good tutorial in this matter Thank you

Member Avatar for kusal
0
89
Member Avatar for XtremeCamera

HI, I paid a web development company many thousands of dollars to develop a photo community site using PHP. After many months of delays the project was delivered, however much of the code is sloppy and nothing was commented. But that's not the problem I need help with today. This …

Member Avatar for peter_budo
0
182
Member Avatar for owinojoe

Hi! I'm kinda new in this field. However i badly need someone to overcome my dillema. I would like to create a simple way of free sms using email scripts. Lets say a mobile has its own email like [email]12345@mobilenetwork1.com[/email], and another [email]12345@mobilenetwork2.com[/email]! I want some one to be able …

Member Avatar for peter_budo
0
44
Member Avatar for soultrav

If i have, for example, a marquee that displays time when i push a button,like this: [code=php] if($_POST['time']) echo "<marquee direction=right behavior=alternate scrolldelay=500 scrollamount=30>".date('d-m-Y').' GMT'.date('P').' '.date('H:i:s')."</marquee>"; [/code] ,it will display the time at the moment that i pushed the button. How could i make it to display the time continously? …

Member Avatar for soultrav
0
109
Member Avatar for nikesh.yadav
Member Avatar for hunkychop

i have looked at many regex charts and tutorials but i still cant get preg_match_all do what i need it to do. i need to return this example: [INDENT]param1,$config{}[/INDENT] from this string [INDENT] $new_config{param1,$config{}} [/INDENT] note: none of the data in the string has anything to do with php the …

Member Avatar for hunkychop
0
68
Member Avatar for sukhy_1

hello ive got a sign in page it works and sends data to database but soon as i had validation code for an email address using java, and then when i click submit it comes up with this error below for every textbox even though all the textboxes have data …

Member Avatar for Suomedia
0
146
Member Avatar for punex

hello there..i just want to ask how to connect database written using MS Access to interfaces created using Dreamweaver... having headache since i need to build an online system and i don't know how to connect the database to the interface...thank you...

Member Avatar for buddylee17
0
47
Member Avatar for pranto157

[code]=php<?php if(!$dbconnect = mysql_connect('localhost', 'root', '')) { echo "Connection failed to the host 'localhost'."; exit; } // if if (!mysql_select_db('test')) { echo "Cannot connect to database 'test'"; exit; } // if $table_id = 'student'; $query = "SELECT * FROM $table_id"; $dbresult = mysql_query($query, $dbconnect); // create a new XML document …

Member Avatar for Suomedia
0
91
Member Avatar for kishou

ok so i want to create a URL like this: [url]www.blah.com/section.php?=news[/url] except i only see how to do it the other way using mod_rewrite. So is there a way to do this using mod_rewrite?

Member Avatar for sDJh
0
127
Member Avatar for nikesh.yadav

How cn we solve problem when we have warning : header already sent when we are using header("Location: test.php"); suggest your answer

Member Avatar for ShawnCplus
0
83
Member Avatar for rejoicegants

Hi friends, I require your assistance here. Is it possible to import profile details from the existing social networking sites such as “myspace.com”, “bebo.com” and “hi5.com”? The site myyearbook.com can import the profile details of the myspace.com easily and it displays the myspace.com profile details of one user in its …

Member Avatar for w4webmaster
0
161
Member Avatar for queenc

hi, this is a simple program it is not working...please do tell me whether my code is correct [CODE]<form> <?php function login() { print "<script>"; print " window.location='http://www.webs.com/hi.html'"; print "</script>"; } print "<input type='button' name='butt' value='Apply Online' onClick=login() style='height :2em; width :7em; font-weight:bold; font-size:0.7em' >"; ?> </form> [/CODE]

Member Avatar for sagedavis
0
108
Member Avatar for hunkychop

is there a way to create a function that uses values from the statement inside of brackets. ex. [CODE=php] myFunction(){ //data here } [/CODE] if not, what i am trying to do is get a html tag and check/modify without having it inside of a variable or echo tag. for …

Member Avatar for hunkychop
0
123
Member Avatar for sukhy_1

error message Notice: Undefined variable: sentmail in /home/stud/1/0472547/public_html/send_password.php on line 59 The code works but when wrong email is entered and it cant find it in the database it comes up with that error its all right but for some reason its saying undefined variable // ---------------- SEND MAIL FORM …

Member Avatar for Suomedia
0
1K
Member Avatar for sukhy_1

Hello ive got a login form and when each person log's in i want there details to appear automatically in textboxes what kind of code do i require?? is it sessions not sure, there details are stored in a table called students in mysql database table :)

Member Avatar for hunkychop
0
94
Member Avatar for husna_feza

dear guys out there...can u guys help me on how to inverse 3x3 using php.. i get really confuse wit it since i an a newbie with this php..help me guys!!!:'(

Member Avatar for hunkychop
0
77
Member Avatar for marlonbrando

Hi, I am new to PHP and i want to know the basics of php regarding how can it be used for a web designing purpose,i have tried a lot but there was some success but most of my attempts were not successful.i need a help .

Member Avatar for Suomedia
0
60
Member Avatar for justted

Hello everyone, I seem to be having a problem inserting some information into a MySQL table. Below is a copy of the MySQL table code I used and also the PHP code. I was wondering if anyone can help me find out why it wont insert the information. What I …

Member Avatar for RoryGren
0
185
Member Avatar for VIeditorlover

Hi, is there in PHP a way how to determine in real time geographical area from IP. I mean rough estimation e.g. Asia, USA, Russia etc.? Thanks in advance for any advice!

Member Avatar for Suomedia
0
98
Member Avatar for sagedavis

I am banging my head against the wall here. I've tried everything that I can think of to get this to work. [code] class myData { function myStuff($sql){ $result = @mysql_query($sql,$connection) or die(mysql_error()); while ($row = mysql_fetch_array($result)) { $adId = $row['adId']; $adName = $row['adName']; $adData .= "my adId is $adId …

Member Avatar for sagedavis
0
140
Member Avatar for mspake

hi y'all. i just found this site today, but so far, it looks great. anywho, i need a little help. i'm sure it's simple but i'm having a major brain fart. in the part that says 'this_is_where_i_need_the_redirect' i want it to go to a page named invalid.htm. what the heck …

Member Avatar for Suomedia
0
94
Member Avatar for Dsiembab

Good afternoon, Quick question, this may not make any sense but it is a thought, I was thinking, like I usually like to do, when you pass variables over a browser would it be crazy to md5 hash and salt the variables id and keep them in a db table …

Member Avatar for Suomedia
0
102

The End.