- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
25 Posted Topics
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. … | |
Re: 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 | |
Re: Hi, Error on line 17... $other variable does not exist !!! pls put a string calue here... It will Work | |
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) … | |
Re: [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 … | |
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 | |
Re: pls increase the memory limit [CODE]ini_set('memory_limit','128M');[/CODE] if it is not working pls increase it in php.ini | |
Re: Hi, You can use IMAP functionlities. [URL="http://in3.php.net/manual/en/book.imap.php"]IAMP functions[/URL] | |
Re: 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] | |
Re: Could please provide [B]Connections/connAdmin.php[/B] ? Is connAdmin.php code is working right ? | |
Re: 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. | |
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 ? | |
Can any one tell the diffrence between Asynchronous AJAX and Synchronous AJAX ? | |
Re: please replace your form tag with the following [CODE]<form method="post" id="form" action="<?php $_SERVER['PHP_SELF'];?>">[/CODE] | |
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. | |
Re: 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] | |
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? | |
Re: Hi, Pls store the id value in a hidden variable.You can get this value while you submit the form. | |
Re: 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 | |
Hai, How to set secure cookie using ini_set function ? | |
Re: 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. | |
Re: 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 | |
Re: You can use imagecopyresized() to resize an image. [URL="http://in3.php.net/manual/en/function.imagecopyresized.php"]more[/URL] | |
Re: 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. |
The End.