First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
Text editor for Ubuntu with FTP
Hello to All, I only whant to star discussion for who is the best programm to write php and html script. I use dreamweaver, but now I change my OS to ubuntu and I want some suggestions for some Text editor for FTP for Ubuntu Thanks A lot Jordan Jovanov ... 1 Aug 2010 00:52
Array help.
I have a query that may not always return a result for a value, I need to reflect this with a "0". I am trying to overcome this by doing this (the keys are ID's): while ($row = mysql_fetch_row($statusQuery)) { $cat = array(0=>0,1=>0,11=>0,12=>0,13=>0,14=>0,15=>0,16=>0,17=>0,19=>0); switch ($r... 30 Jul 2010 15:16
[site is acting strange] - blank pages, downloadindex.php, or works fine
On Thu, 2010-07-29 at 18:45 -0600, Tristan wrote: Yeah like i said site works 95% of the time when navigating. PHP5.2, Mysql 5. The site is completely dynamic so it wouldn't work at all if that was the case of it not being installed right. so the other 5% of the time is blank pages and download index.... 30 Jul 2010 15:16
Trapping for PDF Type and file size in a UPLOAD form...
I am trying to create an UPLOAD form and need to figure a way to only allow PDF files to be selected. Something like: <html> <body> <form enctype="multipart/form-data" action="upload.php" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" accept="application/pdf" /> Choose a file... 30 Jul 2010 21:51
hash problem.
I�ve got the setting in my /etc/login.defs file as bellow: # Use MD5 or DES to encrypt password? Red Hat use MD5 by default. MD5_CRYPT_ENAB no ENCRYPT_METHOD SHA512 So, when I try to get this: echo hash("sha512", $_POST["password"]); It does not match the password the user�s got in /etc/shadow file. ... 29 Jul 2010 10:48
the state of the PHP community
Hi All, I find myself wondering about the state of the PHP community (and related community with a PHP focus), so, here's a bunch of questions - feel free to answer none to all of them, on list or off, or add more of your own - this isn't for anything specific, just out of interest and sure I (and everybody ... 30 Jul 2010 10:48
Encoding Ampersands
Hello List. I have variables displaying content from mysql fields. The contents contains & like "Dogs & Cats"... so naturally the W3C validator chokes on them. Is there a way to encode so they display properly on the page but the validator is OK with them? Is the answer as simple as: urlencode($myvar) ... 29 Jul 2010 17:25
Re[2]: [PHP] Do you have some standard for defined the variablein program language?
At 1:38 PM +0300 7/27/10, Andre Polykanine wrote: Hello viraj, As for classes, it's suggested to start a class name with a capital: class MyBestClass { ... } In some languages (I can't remember if it is Java, or Javascript, or both) the first letter should be lowercase, such as: myBestClass Chee... 27 Jul 2010 13:58
Re[2]: [PHP] Do you have some standard for defined the variable in program language?
Hello viraj, As for classes, it's suggested to start a class name with a capital: class MyBestClass { .... } As for functions and class methods, there are lots of people who name them like this: function the_greatest_function_in_the_world () { .... } Maybe it's readable and great, but I have a little ... 27 Jul 2010 13:58
Text editor
Hello All I need me to add form for comment to one web site, but i want to use some taxt edtior. Simething similar of this editor http://www.seekcodes.com/text-editor.php , but i can not find the code. Do you somebody know some simple text editor with buttons for bold italic etc. Thanks a lot. Jordan ... 27 Jul 2010 10:38
First  |  Prev |  Next  |  Last
Pages: 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32