Upload, SSL and more php help
I recently just installed a ssl cert and do i use https for the whole site or just for the checkout.
Function
How can I make this function that once you click the link in the code it takes you to a new page wit
Change image filetype on upload?
Hi,
I've got a form which uploads an image to the server.
Is it possible to change the image t
line breaks in between fetched file names
Hi,
I have this code:
Code: <?php
if($dir = opendir('files')){
while (($f
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
mr8m - reverse document
Friends,
I'm trying to reverse a document held by MIRO, but it reports the message balan
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
how can i display php source code snippets ?
I am outputting some pho code .. and I want to display the source code so people can copy and paste
imap: how to save a copy of sent emails to sent elements
Hello my friends,
I am writing an online emailing application with inbox outbox/sent elements
PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho