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 53
Search took 0.02 seconds.
Search: Posts Made By: Yoosha
Forum: Absolute Beginners 09-14-2008, 07:15 AM
Replies: 3
Views: 909
Posted By Yoosha
public function _Unshift_Assoc(&$Ary_Input,...

public function _Unshift_Assoc(&$Ary_Input, $Str_Key, $Int_Element)
{
if(!is_array($Ary_Input) || !is_string($Str_Key) || !is_integer($Int_Element) || strlen((string)$Str_Key) > 255 ||...
Forum: Advanced PHP Programming 09-13-2008, 05:26 AM
Replies: 4
Views: 9,664
Posted By Yoosha
I think ANSI is better. Size of UTF-8 is 3...

I think ANSI is better.
Size of UTF-8 is 3 bytes.
Size of ANSI is 0 bytes.
Forum: Absolute Beginners 09-13-2008, 05:25 AM
Replies: 7
Views: 1,831
Posted By Yoosha
Application Go WOW ^^:-D :)))))))))))

WOW ^^:-D :)))))))))))
Forum: Absolute Beginners 09-13-2008, 05:22 AM
Replies: 6
Views: 1,808
Posted By Yoosha
5.2.6 :(...

5.2.6 :(...
Forum: Absolute Beginners 09-12-2008, 05:56 PM
Replies: 3
Views: 909
Posted By Yoosha
Help 2 questions

Hi again,
What is diff. between ^ VS -?
Also what is function _X(&XXX)
Forum: Absolute Beginners 09-12-2008, 05:53 PM
Replies: 7
Views: 1,831
Posted By Yoosha
I found. Finded: function...

I found.
Finded:

function _Number_Length($Int_Input)
{
$_Int_Output= number_format($Int_Input, 0, '.', '');
return((integer)strlen($_Int_Output));
}

Resolved.
Forum: XHTML, HTML, CSS 09-12-2008, 05:06 PM
Replies: 3
Views: 890
Posted By Yoosha
Thanks for help. Resolved. Opera can not read...

Thanks for help. Resolved. Opera can not read Local address(URL) usin /.
Must to be \.
Now see that! ;)

http://www.sibehava-sibeman.blogfa.com/
Forum: XHTML, HTML, CSS 09-12-2008, 04:54 PM
Replies: 3
Views: 890
Posted By Yoosha
Opera 9.2.7 and older?

Opera 9.2.7 and older?
Forum: Absolute Beginners 09-12-2008, 04:53 PM
Replies: 6
Views: 1,808
Posted By Yoosha
Apache error: Can not load/found php_w32api.dll...

Apache error: Can not load/found php_w32api.dll...
Forum: Absolute Beginners 09-11-2008, 06:29 PM
Replies: 6
Views: 1,808
Posted By Yoosha
Thanks Kalle. This is : PHP: W32api - Manual...

Thanks Kalle. This is : PHP: W32api - Manual (http://www.php.net/w32api).
But i PHP cant load php_w32api.dll!
?
Forum: XHTML, HTML, CSS 09-11-2008, 04:01 PM
Replies: 3
Views: 890
Posted By Yoosha
Help CSS not imported in Opera IB

Hi,
Plz check this URL with Opera IB and Windows IB:

دختران *وا - پسران آدم - صف*ه نخست (http://www.sibehava-sibeman.blogfa.com/)

Not shown in Opera(Nothing)!
How can i fix...
Forum: Absolute Beginners 09-10-2008, 07:22 PM
Replies: 7
Views: 1,200
Posted By Yoosha
Thanks to all. Resolved ;).

Thanks to all. Resolved ;).
Forum: Advanced PHP Programming 09-09-2008, 01:00 PM
Replies: 0
Views: 2,458
Posted By Yoosha
Help How to load OCX in PHP

Hi,
How can i load an OCX file into PHP file?
Can i do this?
Regards.
Forum: Absolute Beginners 09-09-2008, 10:31 AM
Replies: 6
Views: 1,808
Posted By Yoosha
Help PHP How to load a COM/DLL file

Hi,
How can i load a COM/DLL file in PHP?
Thanks for help.
Forum: Absolute Beginners 09-08-2008, 05:51 PM
Replies: 7
Views: 1,200
Posted By Yoosha
Thanks SktchMedia, resolved ;).

Thanks SktchMedia, resolved ;).
Forum: Advanced PHP Programming 09-08-2008, 01:49 PM
Replies: 4
Views: 9,664
Posted By Yoosha
Help Save file as: UTF-8 or ANSI or Unicode?

Hi,
What is the best choise for: save file as UTF-8 or ANSI or Unicode?
Tnx.
Forum: Absolute Beginners 09-08-2008, 08:50 AM
Replies: 7
Views: 1,200
Posted By Yoosha
Help StrVal($X) VS (String)$X

Hi,
What is dif. between StrVal($X) VS (String)$X?
Regards.
Forum: Absolute Beginners 09-07-2008, 10:27 AM
Replies: 7
Views: 1,831
Posted By Yoosha
Xenon: You can use strlen. No i can't use that....

Xenon: You can use strlen.

No i can't use that. This is for String, not Integer.
StringLength no IntegerLength!
Test this:

$X= 8766435322364545664565464654676;
echo(strlen($X));
Forum: Absolute Beginners 09-06-2008, 03:38 PM
Replies: 5
Views: 1,155
Posted By Yoosha
Thanks all. Resolved.

Thanks all. Resolved.
Forum: Absolute Beginners 09-06-2008, 03:35 PM
Replies: 7
Views: 1,831
Posted By Yoosha
Help How to count Integer lenght

Hi,
How can i count an Integer lenght?
Example: $X= 8766435322364576;

Also dif. between strval($X) V.S. (string)($X)?
Regards.
Forum: Absolute Beginners 09-06-2008, 11:26 AM
Replies: 2
Views: 1,698
Posted By Yoosha
Very thanks. Resolved ;).

Very thanks. Resolved ;).
Forum: Absolute Beginners 09-06-2008, 08:30 AM
Replies: 2
Views: 1,698
Posted By Yoosha
Help is_numeric($X) V.S. ctype_digit($X) V.S. is_integer($X)

Hi,
What is difference between is_numeric($X) V.S. ctype_digit($X) V.S. is_integer($X)?
Tnx ;).
Forum: Absolute Beginners 09-05-2008, 09:36 AM
Replies: 5
Views: 1,155
Posted By Yoosha
And 2, 3, 4?

And 2, 3, 4?
Forum: Absolute Beginners 09-04-2008, 10:21 PM
Replies: 5
Views: 1,155
Posted By Yoosha
Help 4 basic questions

Hi,
I have 4 questions:

1- Where i can find function for RGB2Hex/Hex2RGB(Complete)?

2- How can i fix this error:
The Apache service named reported the following error:
[Mon Jun 23 21:32:08 2008]...
Forum: Absolute Beginners 07-15-2008, 06:17 AM
Replies: 2
Views: 1,154
Posted By Yoosha
Help Mean of SessionId?

Hi,
What is mean of SessionId?
SessionIdentification or SessionIdentify or SessionIdentifier?
or...?
Thanks for help ;).
Showing results 1 to 25 of 53

 

All times are GMT. The time now is 05:29 PM.

 
     

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