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 41
Search took 0.04 seconds.
Search: Posts Made By: Rendair
Forum: Advanced PHP Programming 12-13-2008, 10:11 PM
Replies: 7
Views: 1,752
Posted By Rendair
Pie Charts In PHP

Ok well Orc i believe wanted a pie chart tutorial. SO here i go,

http://www.jooney.co.uk/php/piechart/pieChart/pie.php

You can see the example above. It automatically adds pieces to the pie...
Forum: Advanced PHP Programming 03-22-2008, 06:29 PM
Replies: 2
Views: 7,593
Posted By Rendair
3D Pie charts with PHP GD

I thought i would talk about making 3D pie charts this time around. As they can look very nice and are very simple to create.

We are firstly going to start of with a simple 3D pie chart to get your...
Forum: Advanced PHP Programming 03-02-2008, 09:42 PM
Replies: 3
Views: 1,423
Posted By Rendair
The Big GD Guide - Part 2

I have posted this guide here as it uses images and for some reason the article system seems to be very limited when it comes to a editor like the forum one :-D

Part 2

Here finally is my GD guide...
Forum: Show Off 02-28-2008, 07:51 PM
Replies: 27
Views: 1,679
Posted By Rendair
I have fixed it now and i have changed it as Alan...

I have fixed it now and i have changed it as Alan suggested :-)
Forum: Show Off 02-28-2008, 12:13 AM
Replies: 27
Views: 1,679
Posted By Rendair
Movie Hangman

Hey all

I have made myself a movie hangman game. Because i created a DVD database for my dad so he can login to my website and add DVD's that he buys and well because he has a lot i thought i could...
Forum: The Lounge 02-25-2008, 06:12 PM
Replies: 6
Views: 793
Posted By Rendair
My 3D Work

Has anyone played the dawn of war games? i guess it might be a English thing Warhammer 40K :-D

I was part of a Mod team not long ago and made some of the Tau models for them. Tell me what you think...
Forum: XHTML, HTML, CSS 02-15-2008, 02:56 PM
Replies: 4
Views: 1,062
Posted By Rendair
If you wish to change a certain fields colour...

If you wish to change a certain fields colour then you can set a class name for it


<style type="text/css">

.MyField{

border: solid thin;
background-color: #000000;
color: #FFFFFF;
Forum: General 02-14-2008, 10:30 AM
Replies: 22
Views: 1,112
Posted By Rendair
You can make it update the page instantly without...

You can make it update the page instantly without having to refresh using something like this. You create 2 pages on with that script ReSpawn said or whatever and then the main page where you have...
Forum: Absolute Beginners 02-13-2008, 08:11 PM
Replies: 33
Views: 1,836
Posted By Rendair
I would also say encrypt any passwords before...

I would also say encrypt any passwords before putting them in the database and like SOCK said do some prevention of mysql injections.
Forum: General 02-07-2008, 11:09 PM
Replies: 9
Views: 965
Posted By Rendair
You can also do the following $user =...

You can also do the following


$user = $_POST['username'];
$pass = $_POST['password'];

mysql_query( "SELECT id FROM users WHERE username='$user' AND password = PASSWORD('$pass')" );
Forum: Member Introductions 02-06-2008, 10:42 AM
Replies: 8
Views: 845
Posted By Rendair
Welcome to the community! :-D

Welcome to the community! :-D
Forum: Advanced PHP Programming 02-04-2008, 11:32 PM
Replies: 4
Views: 820
Posted By Rendair
I have used cron jobs...with my host you just...

I have used cron jobs...with my host you just select the file you wish to run with the script and select the repeated times like if you want it every hour or every 24 hours and so on

Introducing...
Forum: The Lounge 01-27-2008, 10:31 PM
Replies: 10
Views: 4,503
Posted By Rendair
British Inventions?

Now i am happy to be british so i thought id post a list of british inventions to make other british people on here to feel just as good to be british. Sorry if any of you feel this list is...
Forum: The Lounge 01-27-2008, 09:49 PM
Replies: 4
Views: 1,401
Posted By Rendair
Final Fantasy 7 - Remake

Now i think this will be a great game i was a massive fan of the original and if this re-make is real then i will deff buy it

YouTube - Final Fantasy 7 PS3...
Forum: Absolute Beginners 01-26-2008, 11:08 PM
Replies: 15
Views: 1,060
Posted By Rendair
All you need is imagegif($image);

All you need is


imagegif($image);
Forum: The Lounge 01-20-2008, 11:12 PM
Replies: 18
Views: 2,213
Posted By Rendair
I study Astronomy a lot and am very much...

I study Astronomy a lot and am very much interested in this subject for many years which includes using telescopes and i think it doesn't show a huge threat.

"Asteroids with diameters of 5-10m...
Forum: Member Introductions 01-18-2008, 10:14 PM
Replies: 8
Views: 767
Posted By Rendair
Welcome aboard :-D

Welcome aboard :-D
Forum: Show Off 01-16-2008, 09:53 PM
Replies: 10
Views: 1,250
Posted By Rendair
Looks good :-D like the colours

Looks good :-D like the colours
Forum: Member Introductions 01-16-2008, 07:03 PM
Replies: 5
Views: 655
Posted By Rendair
Welcome to the community :D

Welcome to the community :D
Forum: Advanced PHP Programming 01-13-2008, 04:55 PM
Replies: 3
Views: 1,605
Posted By Rendair
Adding Images to a database from a folder

Hey all

I am currently working on a new gallery script and i thought i would show my script on adding images to a database that are in a folder. This can be very helpful if you don't want to add...
Forum: Member Introductions 01-10-2008, 06:54 PM
Replies: 11
Views: 757
Posted By Rendair
Welcome to the community :-D

Welcome to the community :-D
Forum: Advanced PHP Programming 01-10-2008, 03:28 PM
Replies: 0
Views: 3,566
Posted By Rendair
Ajax & Creating Thumbnail

Well i haven't done a tutorial in awhile, but i am back now to write again :-D

This time i want to write a tutorial using Ajax & Creating Thumbnails.

Basically i want to be able to change details...
Forum: Advanced PHP Programming 12-19-2007, 03:04 PM
Replies: 8
Views: 1,365
Posted By Rendair
Watermaking Images

Hey all, time for another GD tutorial. This time i am going to go through "watermarking" your images.


DEMO: HERE...
Forum: Absolute Beginners 12-12-2007, 12:02 AM
Replies: 4
Views: 890
Posted By Rendair
What i do is use the following...

What i do is use the following code.



if($img_file!="." && $img_file!="..")

//place code here if wont display the .. or . folder
Forum: Advanced PHP Programming 12-11-2007, 11:58 PM
Replies: 17
Views: 24,365
Posted By Rendair
Image Reflections in PHP

Now this is a pretty simple tutorial on how to create a nice simple reflection on images. This won't show you how to make little ripples just yet.

You can view an example of what this script can do....
Showing results 1 to 25 of 41

 

All times are GMT. The time now is 04:12 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