an active web design group?818 (1/18/2012 2:18:30 AM) comp.lang.php What is an active general web design group? The ones I am seeing haven't been used in years. I was wanting to ask how to go about making a website cell phone friendly... Thanks Mike ... Michael
Mysql.net uhhh ? Amazon?934 (1/5/2012 2:36:23 PM) comp.databases.mysql Usually I expect open source to have a .net or .org so just jumping on quick with the address mysql.net - Amazon.com loads. It is the real amazon as far as I see since it says Hello Mike, etc. Strange ... Michael
MySQL Manual? Can't find635 (1/5/2012 2:18:09 PM) comp.databases.mysql I can't seem to find a downloadable manual for Mysql. I see the online refrence but I have a very slow dialup connection and it would be much much better if I could just download it as a help file or pdf or som... Michael
mysql_query("update... simple question1249 (1/4/2012 4:16:22 AM) comp.databases.mysql I thought there was a way to do an update in the same style format as an insert, meaning: $result = mysql_query("UPDATE MyTables (Username, Password, Name, BusinessName, Phone, Email, Website, Listing, County,... Michael
sessions timeout516 (1/4/2012 1:42:47 AM) comp.lang.php I am on a shared server so I have no control over the settings. Is there a way for me to set a "timeout" for sessions? I am working on some scripts (logged in as a test user) and had been away from it for a f... Michael
mysql finding username and password not returning record145 (1/2/2012 2:18:19 AM) comp.databases.mysql Username and Password are pasted in from a form. I know the record exitst and have double checked the username and password. If I remove the Password=password('".$Password."') and replace it with the already en... Michael
BB type posting - is this secure?1124 (12/29/2011 10:45:18 PM) comp.lang.php I am allowing posts to the page and wanted to see if this is secure. data from sql is placed in an array (say $MyArray): $MyArray["Post"] = nl2br(stripslashes($MyArray["Post"])); $MyArray["Post"] = strip_tag... Michael
Magic quotes? Should I still be cautious?6039 (12/29/2011 8:55:10 PM) comp.lang.php I do not have control of my server (shared server). echo get_magic_quotes_gpc(); returns True. Should I still be cautious and use addslashes/stripslashes in case the hosting company ever decides to change the ... Michael
filtering profanity and obscene language - a list?931 (12/28/2011 6:46:05 PM) comp.lang.php Anyone know of a premade list of profanity and obscenity language. I need to make a filter and it would of course be a help to have a list already made to check against. Thanks Mike P.S. Please be serious :) ... Michael
multi-dimensional array sorting by index (like a table)718 (12/27/2011 8:25:29 PM) comp.lang.php I am guessing there is no php function to handle sorting an array as you could a database? Meaning I want a multi-dimensional array sorted by index 0, and "sub sorting" (whatever you call it) using index 4? Th... Michael
width measurements?739 (12/23/2011 2:45:19 AM) comp.lang.php em is font height. ex is x height. Is there anything for width of fonts? Thanks Mike ... no1144(43)
multi-dimensional array sorting by index (like a table)718 (12/27/2011 8:25:29 PM) comp.lang.php I am guessing there is no php function to handle sorting an array as you could a database? Meaning I want a multi-dimensional array sorted by index 0, and "sub sorting" (whatever you call it) using index 4? Th... no1144(43)
filtering profanity and obscene language - a list?931 (12/28/2011 6:46:05 PM) comp.lang.php Anyone know of a premade list of profanity and obscenity language. I need to make a filter and it would of course be a help to have a list already made to check against. Thanks Mike P.S. Please be serious :) ... no1144(43)
Magic quotes? Should I still be cautious?6039 (12/29/2011 8:55:10 PM) comp.lang.php I do not have control of my server (shared server). echo get_magic_quotes_gpc(); returns True. Should I still be cautious and use addslashes/stripslashes in case the hosting company ever decides to change the ... no1144(43)
BB type posting - is this secure?1124 (12/29/2011 10:45:18 PM) comp.lang.php I am allowing posts to the page and wanted to see if this is secure. data from sql is placed in an array (say $MyArray): $MyArray["Post"] = nl2br(stripslashes($MyArray["Post"])); $MyArray["Post"] = strip_tag... no1144(43)
mysql_query("update... simple question1249 (1/4/2012 4:16:22 AM) comp.databases.mysql I thought there was a way to do an update in the same style format as an insert, meaning: $result = mysql_query("UPDATE MyTables (Username, Password, Name, BusinessName, Phone, Email, Website, Listing, County,... no1144(43)
MySQL Manual? Can't find635 (1/5/2012 2:18:09 PM) comp.databases.mysql I can't seem to find a downloadable manual for Mysql. I see the online refrence but I have a very slow dialup connection and it would be much much better if I could just download it as a help file or pdf or som... no1144(43)
Mysql.net uhhh ? Amazon?934 (1/5/2012 2:36:23 PM) comp.databases.mysql Usually I expect open source to have a .net or .org so just jumping on quick with the address mysql.net - Amazon.com loads. It is the real amazon as far as I see since it says Hello Mike, etc. Strange ... no1144(43)
Running function in the background?925 (1/10/2012 1:32:43 AM) comp.lang.php I have a site where users can download files, and I want to enable the users to request files by email. Some of those files are big (not too big for email attachements). What I would like to have the user be... jbravo556(184)