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 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: martins256
Forum: Javascript, AJAX, E4X 11-25-2008, 09:13 AM
Replies: 2
Views: 1,745
Posted By martins256
It's easy with jquery! I'll make an example for...

It's easy with jquery! I'll make an example for you:

some place in your form

<select name="authors" id="authors" >
<option value="1">French</option>
<option...
Forum: Absolute Beginners 09-28-2008, 09:24 AM
Replies: 4
Views: 949
Posted By martins256
The SQL should work if it looked like...

The SQL should work if it looked like this:
INSERT INTO users(username, password, email, fullName) VALUES('aldin', '9cdfb439c7876e703e307864c9167a15', 'aldin@yahoo.com', 'aldin moreno')

read more...
Forum: Absolute Beginners 09-28-2008, 08:40 AM
Replies: 4
Views: 949
Posted By martins256
What do you get when you echo $usrAdd; ? I think...

What do you get when you echo $usrAdd; ?
I think that you haven't added ' ' in the SQL.

try this:

$md5pass = quote_smart(md5($_POST['password']));
$_POST['username'] =...
Forum: XHTML, HTML, CSS 09-20-2008, 08:32 AM
Replies: 4
Views: 1,103
Posted By martins256
I made you some samples :) right...

I made you some samples :)

right (http://martins256.lv/samples/menu-floats/right.html)
center (http://martins256.lv/samples/menu-floats/center.html)
left...
Forum: The Lounge 03-28-2008, 10:54 PM
Replies: 4
Views: 743
Posted By martins256
square of triangle(sot) = a*b/2 sot = 6*8/2 sot =...

square of triangle(sot) = a*b/2
sot = 6*8/2
sot = 48/2
sot = 24


//a is the side of triangle to which the height is pointing
// if you imagine a triangle ABC and the height is A to a point on BC...
Forum: The Lounge 03-28-2008, 05:15 PM
Replies: 4
Views: 743
Posted By martins256
Sorry for my bad English ;) the line that is ||...

Sorry for my bad English ;)
the line that is || the side of length 6 is right. the triangles bottom sides length is 10 (32-22=10)

So you get a triangle with sides 6 8 10 these numbers are specific...
Forum: Tips & Tricks 03-25-2008, 06:43 PM
Replies: 53
Views: 17,508
Posted By martins256
<?php header ("Content-type: image/png"); $im =...

<?php
header ("Content-type: image/png");
$im = @imagecreatetruecolor(51, 20)
or die("Cannot Initialize new GD image stream");
$text_color = imagecolorallocate($im, 255, 255,...
Showing results 1 to 7 of 7

 

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