TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: lesP
Forum: Advanced PHP Programming 04-02-2008, 12:29 PM
Replies: 3
Views: 914
Posted By lesP
Changing imagesize while uploading.

Hi Guys!

I have done a uploading script, but I want to do, so when I upload an image the image should be stored in 3 different sizes. That means 3 different pictures. What is the easiest way to do...
Forum: General 03-25-2008, 02:46 PM
Replies: 2
Views: 631
Posted By lesP
I would try phpmailer?

I would try phpmailer?
Forum: General 03-01-2008, 06:03 PM
Replies: 6
Views: 671
Posted By lesP
I changed $id to $refid and then it solved it....

I changed $id to $refid and then it solved it. But now it does not pick out the topics I need. It only shows the topics where id_parent = 1 no matter if id=1 or id=2 in the browserline.
Forum: General 03-01-2008, 11:51 AM
Replies: 6
Views: 671
Posted By lesP
Okay. But I can run the script when I am "logged...

Okay. But I can run the script when I am "logged in", but as soon as I run the form when I am logged in, i am getting redirected.
Forum: General 02-29-2008, 11:51 PM
Replies: 6
Views: 671
Posted By lesP
What do you mean? Im sure $_SESSION['id'] is...

What do you mean?

Im sure $_SESSION['id'] is set. echo"$user" shows the username.
Forum: General 02-29-2008, 11:35 PM
Replies: 6
Views: 671
Posted By lesP
Form destroys my session

Hi. When I use the form, I am getting redirected to login.php:

<?
session_start();
include("connect.php");
$id = $_GET[id];


if(!isset($_SESSION['id'])){
header("location:login.php");
Forum: General 01-30-2008, 10:17 PM
Replies: 2
Views: 614
Posted By lesP
<select> a chosen row from tabel

Hello!
My scripts should <selected> the row from the table where spil='$_REQUEST["spil"] and then show the rest of the rows beneath, but it just <selected> the same row every time. Please...
Forum: Advanced PHP Programming 01-22-2008, 10:10 PM
Replies: 47
Views: 2,849
Posted By lesP
It sounds very interesting. I would very much...

It sounds very interesting. I would very much like to help. I will PM you my MSN.
Forum: General 01-22-2008, 10:07 PM
Replies: 9
Views: 1,307
Posted By lesP
OO Forum

Hello there guys. I am looking for a sourcecode to a OO forum. Maybe anyone of you have made one?

I also needs users online etc.

Adam
Forum: Advanced PHP Programming 01-22-2008, 06:03 PM
Replies: 5
Views: 1,369
Posted By lesP
And Xenon. You have a pretty nice tutorial there...

And Xenon. You have a pretty nice tutorial there :)
Forum: Advanced PHP Programming 01-22-2008, 06:02 PM
Replies: 5
Views: 1,369
Posted By lesP
Hello. I do not know these sites, but is it hard...

Hello. I do not know these sites, but is it hard to make such a function?
Forum: Advanced PHP Programming 01-21-2008, 10:28 PM
Replies: 7
Views: 1,022
Posted By lesP
Can you show with some code?

Can you show with some code?
Forum: Advanced PHP Programming 01-21-2008, 09:44 PM
Replies: 7
Views: 1,022
Posted By lesP
Nice. Except it does not do the $subcategory

Nice. Except it does not do the $subcategory
Forum: Advanced PHP Programming 01-21-2008, 08:57 PM
Replies: 5
Views: 1,369
Posted By lesP
Import MSN contacts

Hi there!

From my journey around the Internet, i have seen, that some websites, you can enter your msn account + password, and then the script will send an auto mail to all on your list. How o they...
Forum: Advanced PHP Programming 01-21-2008, 08:55 PM
Replies: 8
Views: 668
Posted By lesP
Thx a lot guys! it really helped me out.

Thx a lot guys! it really helped me out.
Forum: Advanced PHP Programming 01-20-2008, 04:31 PM
Replies: 8
Views: 668
Posted By lesP
Weird error with query

Hi there.

I do not understand it. I get no output from this query:

$id_bruger=$_SESSION['id_bruger'];
$query=mysql_query("select distinct b_spil.titel as titel,b_spil.id as id from b_spil,f_spil...
Forum: General 01-19-2008, 10:12 PM
Replies: 18
Views: 9,921
Posted By lesP
Well it doesnt quite work. How should I get the...

Well it doesnt quite work. How should I get the URL in?
Forum: General 01-19-2008, 10:00 PM
Replies: 18
Views: 9,921
Posted By lesP
What would this function look like in Javascript?...

What would this function look like in Javascript? With all the output. I'm not the best one to JavaScript
Forum: General 01-19-2008, 09:55 PM
Replies: 18
Views: 9,921
Posted By lesP
Then what should I do? I want the script to do...

Then what should I do? I want the script to do like this line.

EDIT: Maybe I could use some JavaScript to send the user to the page?
Forum: General 01-19-2008, 09:54 PM
Replies: 18
Views: 9,921
Posted By lesP
This file is included in another file.

This file is included in another file.
Forum: General 01-19-2008, 09:49 PM
Replies: 18
Views: 9,921
Posted By lesP
header(location) does not work?

This doesnt work:
<?

header('Location: index.php?mode=statistikker&mode2=statistikker&action='.$_POST[statistikpost].'&spil='.$_GET[id].'&overordnet='.$_GET[overordnet].'');

?>

I get this...
Forum: Advanced PHP Programming 01-19-2008, 11:28 AM
Replies: 7
Views: 1,022
Posted By lesP
Couldn't what? What happens is that when a title...

Couldn't what?

What happens is that when a title is "clicked", the menu is shown like this:

Home
Good shop
medium shop
bad shop
Shop
Good shop
Forum: Advanced PHP Programming 01-19-2008, 10:09 AM
Replies: 7
Views: 1,022
Posted By lesP
Oops. I didnt see this "post code" function....

Oops. I didnt see this "post code" function. Should I post me code in such one?
Forum: Advanced PHP Programming 01-19-2008, 10:06 AM
Replies: 7
Views: 1,022
Posted By lesP
My dynamic menu

Hi there!

I have written a dynamic menu. In one tabel I have the titles of the menu. Ex: Home & shop etc.

In another table I have the subtitles. Ex: When you click on shop, all the subtitles...
Forum: Script Giveaway 01-09-2008, 08:39 PM
Replies: 3
Views: 16,477
Posted By lesP
Thanks. Very nice!

Thanks. Very nice!
Showing results 1 to 25 of 27

 

All times are GMT. The time now is 07:33 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design