Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #2K
~7K People Reached
Favorite Tags

25 Posted Topics

Member Avatar for pssubash

I need all the possible combinations alphabets, numbers (a-z0-9) , _(underscore) and .(dot) which must satisfy the below conditions Please use between 6 and 30 characters. Please use only letters (a-z), numbers(0-9) The first character should be a letter (a-z) or number. The last character a letter (a-z) or number. …

Member Avatar for minitauros
0
138
Member Avatar for PF2G

User can select image from his computer using <input type="file"/> field.Then you can upload this to your server and place it in the image body. Hope this ll solve your issue. Thanks, Subash ZCE

Member Avatar for PF2G
0
84
Member Avatar for public-image

Hi, Error on line 17... $other variable does not exist !!! pls put a string calue here... It will Work

Member Avatar for pssubash
0
76
Member Avatar for pssubash

Hi, I created a class named [B]Test.java[/B] [CODE] public class Test { public Test() { System.out.println("Testing......"); } } [/CODE] It sucessfully compiles. Then i create another java class [B]Menu.java [/B]and here i trying to create an object of the Test class. [CODE] class Menu { public static void main(String[] args) …

Member Avatar for javaAddict
0
328
Member Avatar for paradox814

[QUOTE=Petrini;1341183]PHP isn't strongly typed, making the function overload, as we are used, kinda senseless. In most languages that allow function overloading, you have to differentiate the several overloads by the parameters types. So there are some workarounds to do it in PHP. We can check the parameters (after setting default …

Member Avatar for NuMessiah
0
431
Member Avatar for gikonyo
Member Avatar for pssubash

How to communicate Python from PHP? i want to pass some arguments from my php page to python and python script process the arguments and returns the result.how it possible

Member Avatar for pssubash
0
120
Member Avatar for The5sisters

pls increase the memory limit [CODE]ini_set('memory_limit','128M');[/CODE] if it is not working pls increase it in php.ini

Member Avatar for The5sisters
0
155
Member Avatar for vaibhav1983

Hi, You can use IMAP functionlities. [URL="http://in3.php.net/manual/en/book.imap.php"]IAMP functions[/URL]

Member Avatar for pssubash
0
64
Member Avatar for vibhaJ

Insted of http upload you can use ftp upload [CODE]bool ftp_put ( resource $ftp_stream , string $remote_file , string $local_file , int $mode [, int $startpos = 0 ] )[/CODE]

Member Avatar for richieking
1
155
Member Avatar for phpDave

Could please provide [B]Connections/connAdmin.php[/B] ? Is connAdmin.php code is working right ?

Member Avatar for phpDave
0
107
Member Avatar for malashukla

on my understanding, the problem is in the below code. [CODE] <input type="button" onclick="calculate('chk<?php echo ucfirst($row['pid']); ?>',<?php echo ucfirst($row['Rate']); ?>);"/> [/CODE] better to do one thing,please alert the [B][COLOR="Green"]chkid,chkvalue[/COLOR][/B] values then you better understanding what are the value are got inside the function.

Member Avatar for pssubash
0
98
Member Avatar for pssubash

Hai, how to write code to work with google apis in core PHP. I found the code only in ZF. Have any one have sample in core ?

0
72
Member Avatar for pssubash
Member Avatar for hielo
0
107
Member Avatar for design.eng

please replace your form tag with the following [CODE]<form method="post" id="form" action="<?php $_SERVER['PHP_SELF'];?>">[/CODE]

Member Avatar for design.eng
0
140
Member Avatar for pssubash

How to load PECL Package at run time . I downloaded zip package and copied to my application and used dl function to load zip package dynamically but i got following error: [COLOR="Red"]Warning: dl() [function.dl]: Unable to load dynamic library './zip.so'[/COLOR] How to resolve it. Let me know your comments.

Member Avatar for martin5211
0
107
Member Avatar for sam023

Hi, Just now i am facing the problem.On my understanding the followwing credentials needed on your server. [B]PHP Version : >5.2.0 Zip module:Enabled: Zlib Module :Enabled[/B]

Member Avatar for pssubash
0
475
Member Avatar for pssubash

I want to be able to open a PowerPoint file in PHP and copy read all the contents? How it is possible,have any idea?

Member Avatar for pssubash
0
175
Member Avatar for QWaz

Hi, Pls store the id value in a hidden variable.You can get this value while you submit the form.

Member Avatar for vaultdweller123
0
149
Member Avatar for waren

Hi, I hope ur problem is that you would like to get the username by mail while uiser trying to sign in . Pls put your mail script where you wrote the login validation script and only exceute the mail script if it successfull login

Member Avatar for waren
0
115
Member Avatar for pssubash
Member Avatar for vibhaJ

Hai, I don't know about free api providing this functionality.In my understanding use [B]setlocale [/B]function to set locale information. Hope this may solve your problem.

Member Avatar for vibhaJ
0
116
Member Avatar for samsons17

usually [B]trim()[/B] is used to remove white spaces from beginning and end of string.and we can also specify the charecterlist which has to be stripped. But [B]mysql_real_escape_string()[/B] escape special charecters in a string. This is used to avoid sql injection

Member Avatar for samsons17
0
3K
Member Avatar for veledrom

You can use imagecopyresized() to resize an image. [URL="http://in3.php.net/manual/en/function.imagecopyresized.php"]more[/URL]

Member Avatar for muralibobby2015
0
94
Member Avatar for niths

First you store a unique id for that file while uploading. Get the filename from the db using the same and use unlink() to delete that file from ur folder.Using the id,you can delete the record from the db.

Member Avatar for pssubash
0
233

The End.