---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
The question can be equally rephrased as "How an Atom bom/Spaceship be
created"?
Answer depends on the level of knowledge you have on coding / developing
sites. Woud you be using any framework? or would you use any readymade CMS?
Or write everything from scratch?
Question can also be generalized
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
m them you will be able to
create something better and not reinventing the wheels.
Lenin
>
>
> -Jeff
> ----- Original Message - From: "9el"
> Newsgroups: php.general
> To: "jeffery harris"
> Cc:
> Sent: Thursday, February 19, 2009 12:40 AM
> S
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
I guess you are interested about php.
the freelancers work at www.scriptlance.com www.elance.com www.odesk.com
www.joomlalancer.com www.getacoder.com www.getafreelancer.com and many more.
I am a Web Developer at
https://www.scriptlance.com/cgi-bin/freelancers/feedback.cgi?p=lenin9el with
this id
Very wise words or wisdom Ken. And Ernie, I just gave you most of the
renowned places where freelancers or even large companies bid for works.
There are programmers like you and as Ken said, even thousand times better
programmers than you who are going along the way. Its a wonder how you do
not kno
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
20
But the question is PJ, have you got it out of errors yet? :)
www.twitter.com/nine_L
www.lenin9l.wordpress.com
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door with
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
20
erything myself
>
Well, you can use mysql_real_escape.. to avoid SQL injection possibilities.
And ofcourse give a try with the mysqli functions, prepared statements and
PDO. And with the frameworks you have less chance to do mistake.
>
> Thanks for your help anyway
>
> --- On *Thu
PJ you should be getting Warning errors the way you had the code.
You definitely is a fun lover and enjoy moments. But while coding dont only
think of fastness of coding but also code with logic.
I was going to answer you about the $db but later I found lots response
already came so didn't really
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
Also in place of Vi you should be looking for an IDE like Netbeans PDT
which is one of the best for coding in PHP you can forget using TextPad for
this.
And to let your codes versioned use SVN=Subversion
Using a framework lets you apply and abide by some conventions and lets you
DRY=Dont Repeat Y
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
You got it all wrong. As explained, php dont have real compile time like
other languages. And if you want to learn a language, you have to start the
way it acts. the E_STRICT setting will tell you most of the errors possible
from a php script.
At production level programmers keep the errors away fr
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
>
> do we need these extra bytes in every email?
>
Extremely sorry about that :)
>
>
> >
> > I completely agree with Hans, as PHP cant be directly compared to that of
> > java's behaviour.
>
> Hans is the OP, the one you thought "got it all wrong.", you're actually
> agree with me ... which is a
On Thu, Mar 5, 2009 at 11:34 PM, Jsbeginner wrote:
> Thankyou,
>
> I took "application/x-javascript" directly from the apache setup for my
> domain so this should be correct.
>
> However I've just deactivated gzip (zlib.output_compression OFF in php.ini)
> and that stopped the problem.
> I've give
On Fri, Mar 6, 2009 at 4:18 PM, Jsbeginner wrote:
> Thankyou for the help,
>
> I will contact the script maintainer to ask him to work on this problem for
> future updates, and for the moment I've commented out the line that
> specifies the length.
> I suppose that it won't cause any problems with
On Sat, Mar 7, 2009 at 3:13 AM, Eric Lease Morgan wrote:
>
> My initial PHP script is not recognizing the values in my include_path.
> Why?
>
> I compiled and installed PHP yesterday:
>
> $ php -version
> PHP 5.2.9 (cli) (built: Mar 5 2009 15:33:55)
>
> I then installed a PHP script whose begi
On Sat, Mar 7, 2009 at 5:37 AM, PJ wrote:
> I've done some rethingking and this may be the direction to go:
>
> What I need to wind up with is something like this:
>
> $sql = "INSERT INTO book_categories ( book_id, category )
> VALUES( '$autoID', '$categoriesID[0]' ),
>( '$autoID', '$cate
On Sat, Mar 7, 2009 at 2:37 PM, Jochem Maas wrote:
> Nitsan Bin-Nun schreef:
> > Hi lista,
> >
> > I have been trying to figure this out for the last couple of hours but
> I'm
> > lack of luck.
> > Take a look at these regex's, the string that was inputed into the
> > preg_replace (using Uis modi
ever . well we can conclude that you were wrong with
your codes of regex. :D
>
>
> On Sat, Mar 7, 2009 at 11:06 AM, 9el wrote:
>
>>
>> On Sat, Mar 7, 2009 at 2:37 PM, Jochem Maas wrote:
>>
>>> Nitsan Bin-Nun schreef:
>>> > Hi lista,
>
s a common arabic name but in Bangla Anis means 'you may/can
bring/take in'
dis = to give
na = no
:D
>
> On Sat, Mar 7, 2009 at 12:08 PM, 9el wrote:
>
>>
>> ---
>> Use FreeOpenSourceSoftwa
On Sat, Mar 7, 2009 at 4:11 PM, Richard Heyes wrote:
> > thanks a thousand
>
> A thousand? That's a bit stingy - usually it's "thanks a million"...
In this particular case I guess thousand is a larger value than million :D
takes a longer to type
>
>
> :-)
>
> --
> Richard Heyes
>
> HTML5 Can
>
>
> They probably thought you couldn't handle the responsibility... and if
> you can't think for yourself then they may be right ;)
>
> > Once we have goto, it's a short slide down a slippery slope to setjmp
> > and longjmp. And thence, the apocalypse. ;-}
>
> Or maybe nirvana is just over the ho
cronjob or deamon to execute the php file
On Sun, Mar 8, 2009 at 4:56 AM, Andrew Williams
wrote:
> Dear All,
>
> I have written a back end php program that update live stream database and
> this data is streamed 24 hours a day. Please, what is the best way to make
> sure this program execute or
On Sun, Mar 8, 2009 at 7:31 AM, Ashley Sheridan
wrote:
> On Sat, 2009-03-07 at 06:23 -0800, Michael A. Peters wrote:
> > Ashley Sheridan wrote:
> >
> > >>
> > > I'm more a fan of lining up opening and closing brackets so they are at
> > > the same indent level. It prevents one of the most popular
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
Welcome here as well :)
www.twitter.com/nine_L
www.lenin9l.wordpress.com
>
>
>
On Tue, Mar 10, 2009 at 7:59 PM, Gary wrote:
> Thanks again for all the help.
>
> I created a simple page of all includes (header, menu, 3 columns). I mixed
> the file types up. The menu (projectseven PMM) I saved as a library item,
> works fine. Had an HTML file in there, but I am guessing tha
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
20
On Wed, Mar 11, 2009 at 6:16 AM, Gary wrote:
> Jochem
>
> Thanks for your reply, the project seven and DW was just for a point of
> information, same as if you have an issue with a computer you generally
> find
> it a good idea to list your operating system and other pertinent facts.
What Joche
On Thu, Mar 12, 2009 at 11:47 AM, Clancy wrote:
>
> Something Stewart said the other day made me realise that there was a
> fundamental error in
> the way I was thinking about this question. I had been thinking that
> opendir (.) opened
> the root directory, and that paths such as Joe/Nurg.com we
> It sounds like a script error rather than a PHP error. Use Firebug which
> will show you the HTML as it is updated by Javascript, so you can see
> where the problem is. I'm willing to bet that the Javascript code you
> are using is IE only.
>
> Yeah, php is never browser specific. It is rendered
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
On Mon, Mar 16, 2009 at 3:51 PM, Tanoor Dieng wrote:
> Hello every body,
> I'm currently working on a very high traffic web sites.
> I often get a fatal error in production about memory "Allowed memory size
> of ... exhausted".
>
> Unfortunately, I can not reproduce this fatal error in developpe
On Wed, Mar 18, 2009 at 3:48 AM, Gary wrote:
> Is it possible to create an online form, that when filled out the fields
> will can be placed in a pdf form?
Yes possible. But you wrote the query in a bit confused way.
Trying to rephrase yours:
you want a form which will let user choose a working
>>> It's in the upcoming retrograde release: PHP 3.11 (For Workgroups).
>>>
>>
>> Sweet! Will that improve security? What about right mouse button, will
>> it remove it?
>>
>
> Not sure about that, but I heard it should fix the bug with my new mouse and
> the center button tilt clicker thingy
I found this command from one guy for importing Oracle's dump to MySQL
Shell> mysql -uroot db_name -vvf < oracle_dump.dmp
But, v is for verbose and f is for force continuation.
Anyone worked with Oracle and MySQL?
On Fri, Apr 3, 2009 at 3:47 AM, Chris wrote:
> 9el wrote:
>
>> I found this command from one guy for importing Oracle's dump to MySQL
>>
>> Shell> mysql -uroot db_name -vvf < oracle_dump.dmp
>>
>> But, v is for verbose and f is for force continua
On Fri, Apr 3, 2009 at 5:21 PM, Phpster wrote:
> Extract to csv/XML?
>
My main goal is to import the data from Oracle DB to mySQL for a live site I
wrote in php. I dont know a better way to do that.
On Fri, Apr 3, 2009 at 8:56 PM, Bob McConnell wrote:
> On Behalf Of 9el
>
>
> The strategy depends on how complicated the database is. If it is single
> table, then Oracle can export that to a CSV file which MySQL can import.
> You simply have to make sure the column types ma
*Note:* It is worth noting that the mail() function is not suitable for
larger volumes of email in a loop. This function opens and closes an SMTP
socket for each email, which is not very efficient.
For the sending of large amounts of email, see the » PEAR::Mail, and »
PEAR::Mail_Queue packages.
*
N
---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--
On
>> Hello people, Is my first time that I try to do a web page with PHP and I
>> don't have Idea how I can do, but I read something tutorial and I can see
>> that is not difficult, I hope that I can do, what I need to work ??? with
>> PHP and MYSQL ??? Where I can to get this software because I go t
Hi Roly,
As previously advised, the best you can do to get started is to
install a bundle
http://www.apachefriends.org/en/xampp-windows.html
If you are a native Spanish speaker (I'm guessing, because of your "salu2")
check the PHP-MySQL tutorials here http://www.illasaron.com/, you can find
On Tue, Feb 24, 2009 at 1:38 PM, Per Jessen wrote:
> Srinivasa Rao D wrote:
>
> > Hi all,
> > * How better, i can read ms-word doc files from PHP on LINUX
> > OS*.
> [snip]
> >
> > *Is there are any other softwares that can fetch text from MS-WORD
> > file?.*
>
Word documents r
On Sun, Apr 5, 2009 at 10:08 PM, MEM wrote:
> Hello,
>
> 1)
> Ok, with mysqli, to fetch data from a database to a select drop down list,
> we would do something like this right? :
> $result = $mysqli->query("SELECT id_cliente, nome_cliente FROM cliente");
> echo "";
>
> while($row = mysqli_fetch
>
> Because I’ve never debug on my entire life of programming (2 months). :D
>
> In the meanwhile, I will search how to debug using print_r and var_dump.
>
> ROFL ha hahaha
echo '', print_r($array),''; // here pre is used to
keep the way its outputed in HTML
echo '', var_dump($array),'
On Mon, Apr 6, 2009 at 10:09 AM, Paul M Foster wrote:
> On Mon, Apr 06, 2009 at 03:58:45AM +, JD wrote:
>
> > Hello,
> >
> > I am relatively new to PHP and am trying to make a video/image sharing
> site for my family to upload and share family videos and pictures. My
> concern is that because
Intead of displaying errors to page. Its better to use error log file.
And as @ error suppressors are expensive its always better if you can avoid
using them.
I'd also suggest the ZCE(Zend Certification Engineer) Exam Guide for this
matter for best practices.
Regards
Lenin
www.twitter.com/nin
I hate the bulky interface of Godaddy.com its too tough for slower
connections to work with GoDaddy's control panels. Their domain charge seems
bit high as well.
But I'm liking www.umbrahosting.com it has good cPanel and controls are
good. Their support are very sprint.
Lenin
www.twitter.com/nin
On Wed, Apr 8, 2009 at 8:04 PM, Bob McConnell wrote:
> On Behalf Of Richard Heyes
> >> I set up a simple form to save comments on my webpage, and after just
> one
> >> day of going live, i'm getting weird comments up like this
> >>
> >> declare @q varchar(8000) select @q =
> >> 0x57414954464F5220
-- Forwarded message --
From: Sabrina Akter
Date: Thu, Apr 9, 2009 at 1:12 AM
Subject: codeigniter 'secure, non-secure content' pop up message in IE7
To: phpexpe...@yahoogroups.com
Hello Experts,
I badly need your help. My developed site's some pages are HTTPS, and
other parts a
On Thu, Apr 9, 2009 at 7:19 AM, Shawn McKenzie wrote:
> Alejandro Esteban Galvez wrote:
>> Hi!, I am making a web system and i need known how send a mail using PHP
Hi,
Use PHPmailer or PEAR:mail()
And I'm Lenin
Bye :)
www.twitter.com/nine_L
--
PHP General Mailing List (http://www.php.net/)
To
On Thu, Apr 9, 2009 at 6:56 PM, Jan G.B. wrote:
> 2009/4/9 Yannick Mortier :
> > 2009/4/9 9el :
> >> -- Forwarded message --
> >> From: Sabrina Akter
> >> Date: Thu, Apr 9, 2009 at 1:12 AM
> >> Subject: codeigniter 'secure,
Welcome Sabrina, you are already in the giant php mailing listin the world.
Enjoy Questioning here.
Regards
Lenin
www.twitter.com/nine_L
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sun, Apr 12, 2009 at 1:32 AM, Gary wrote:
> I had been on that site before, but seems like it is a breeding ground for
> spam and links to "free" commercial sites. Ran into a few bad or broken
> links, several listings as different scripts only to take you to the same
> "best price hosting" c
2009/4/12 Forest Bennett
> Good day, Dear Mr. or Ms!
>
> Are you in need for money but you don't have the time and nerve for a
> secondary job? Here is your chance to be part of a program that is taking
> traditional marketing research in a brand new direction, with the ease of
> the Internet tec
> One thing you should know is that when you use $_GET, you'll be sending a
> little information about the particular page to the browser and therefore it
> would be displayed in the address bar so for example if you're using get on
> a login page, you'll be showing user id and passwrod in the addr
This is a .htaccess for a MU blog
the index file is kept at : public_html/
And main blog is kept at: public_html/blog
It is causing severe cache issue. SuperCache plugin is not working.
The blog is running out of memory most of times and consuming huge CPU. Any
suggestions?
# BEGIN WPSuperCach
Its Amazon S3 service. Which takes care of your CPU and scaling needs of
bandwidth. Good for CSS, JS and Image storing.
On Fri, Apr 17, 2009 at 10:23 PM, Shawn McKenzie wrote:
> Adam Williams wrote:
> > Shawn McKenzie wrote:
> >>
> >> No. How about:
> >>
> >> while ($row = mysqli_fetch_array($mysqli_get_support_types_result))
> >>{
> >>echo "".$row['types'];
> >>}
> >>
> >>
> >
> > thanks,
If you play with jQuery its easy.
And if you talk about JavaScript's urlencode functionality you wont ask
about 'how to remove the + sign'
I'm not very good yet on jQuery or else I would have shown you the codes.
But in practice. I mean in real life you'll find the mail() function is
disabled in most servers :)
Rather than looking for cheatsheets you should read the ZCE
preparation guide book and PHP manual.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Thu, Apr 23, 2009 at 4:30 AM, George Langley wrote:
> Hi all. Maybe I'm just getting confused by all the languages I'm
> trying to work with! But, isn't:
>
> if(!$var1 == $var2){
Means if (NOT($var1) == $var2)
>
> the same thing as
>
> if($var1 != $var2){
means $var1 NOTEQUALS $var2
> Does ini_set actually change the php.ini file in any way ? The reason I ask
> is that after putting in:
Yes it does. :)you should have refered to the manual before using the line.
Did you write your own myem...@myserver.com? or you kept that exactly
like in code?
>
> ini_set('sendmail_fro
On Thu, Apr 23, 2009 at 5:26 AM, PJ wrote:
> 9el wrote:
>> Rather than looking for cheatsheets you should read the ZCE
>> preparation guide book and PHP manual.
>>
>>
> That's a lame duck response. I'm not stupid enough to not search and try
> to find
>
>>
>> $fp = fopen(dirname($filename) . '/' . zip_entry_name($zip_entry), "w");
>>
>>
> thank you this worked. How come the . '/' . zip_entry_name($zip_entry) is
> needed? Looks like a double file name, but the result is ok. Could you
> explain this line?
read carefully, you'll understand too
>
>
> What would be nice is a function like get_current_exception() that
> would either return the current exception object, or return false
> if there is no exception.
>
> I guess the try catch pair works like this:
you try to run a part of script which you know it could be under errors
You te
On Fri, Apr 24, 2009 at 7:41 PM, Jan G.B. wrote:
> 2009/4/24 Andrew Ballard :
> > On Tue, Apr 21, 2009 at 1:20 PM, Jan G.B.
> wrote:
> >> Do yourself a favour:
> >>
> >> * remopve that 1337 hax0r name - it makes you look like a dumbass
> >
> > This coming from someone whose e-mail address is ro0
I have pagination set up and the number for pages "next" has a link but
the "next" does not. I have experimented with all sorts of
configurations of the code but the only thing that works (and this is
totally "off the wall") is to do this
*$Count* = *mysql_num_rows($results);*
$Count1=*$Count++;* /
I think you should switch to utf8-general-ci all the way.
> I looked at http://developer.loftdigital.com/blog/php-utf-8-cheatsheet
> which suggests this:
> ALTER DATABASE db_name
> CHARACTER SET utf8
> DEFAULT CHARACTER SET utf8
> COLLATE utf8_general_ci
> DEFAULT COLLATE utf8_general_ci
> ;
>
> ALTER TABLE tbl_name
> DEFAULT CHARACTER SET utf8
> COLLATE
>
> Thanks for the clarification, Mike. In my ignorance, I was under the
> impression that the right side of the equation was only for the use of
> the left part. How stupid of me. So what I should have been doing was
> $Count1 = $Count + 1; right?
>
$Count = $Count + 1; is exactly(?) same as $Coun
>
>
> I think some time ago I used combination of mysqldump and iconv, some
> minor editing, and then pumped it back into the database.
>
> I think if the dump is not too big your trick will yield good results.
What do you do for really large DB cases?
Regards
Lenin
www.twitter.com/nine_L
www.l
>
>
> I just converted all, or thought I did.
> phpMyAdmin: in the structure view of the db show Collation as
> latin_swedish_ci ???
> in the individual table structure views the fields show utf-8 general ???
> I don't see any difference on Firefox running on FreeBSD but it show
> correctly on Wimp
On Tue, Apr 28, 2009 at 1:50 AM, Tom Worster wrote:
> On 4/27/09 11:17 AM, "PJ" wrote:
>
> > phpMyAdmin: in the structure view of the db show Collation as
> > latin_swedish_ci ???
>
> maybe a phpmyadmin feature? check it with the mysql client. when i did the
> conversion* it came out looking jus
Thats why I used a (?) after exactly. PJ didn't have a need for the value.
;)
> >> $Count = $Count + 1; is *exactly(?)* same as $Count++; Â or ++$Count
> >> But not exactly same. Â PostFix notation adds the value after assigning
> .
> >> PreFix notation adds the value right away.
> >> But optimized programming argues about how machine is coded nowadays.
>
Thanks Mike for cl
I just got a project to do on PHP of scraping the body items from
static sites or just html sites.
Could you experts please suggest me some quick resources?
I have to make an WP plugin with the data as well.
Regards
Lenin
www.twitter.com/nine_L
--
PHP General Mailing List (http://www.php.net/
On Thu, Apr 30, 2009 at 3:33 AM, 9el wrote:
> I just got a project to do on PHP of scraping the body items from
> static sites or just html sites.
> Could you experts please suggest me some quick resources?
>
> I have to make an WP plugin with the data as well.
Any expert there y
91 matches
Mail list logo