i have a multiple select drop down menu and i want to implode all the selections that were chosen. can any one offer some assistance on how to do this please.
this is what i have so far
<?php
function form()
{
$hostname = "localhost";
$username = "root";
$password = "hayden";
I have a SBS2011 server with an internal domain name: mydomain.local.
The external address is different: myexdomain.com.
When connected over the VPN and a user opens Outlook, it will prompt for a username and password.
The username is already set to their email address username@myexdomain.com.
However this is incorrect as their username should be mydomain\username.
Even if we tick remember pa
I am using mysql version Server version: 5.0.77 and php version PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:37)
My code is below:
<?php
$username="root";
$password="";
$hostname="localhost";
$dbhandle = mysql_connect($hostname, $username, $password) or die("Unable to connect to MySQL");
echo "Connected to MySQL<br>";
$selected = mysql_select_db("examples",$dbhandle)
or die("Could not se
i am having a small problem. I am having some problem getting variables from the first form into another form to be processed. in other words i am processing the same data i got from the first form twice but i want a break between the two blocks that processes the information. here is my code below
<?php
function form()
{
i will print to a WindowsShared printer with LDP, because with LDP we must not set a username to print, the username is send from cups/ubuntu and so on.
But, cups or lpd set the ipadress from the server to the username, like root (10.239.8.19).
Is it possible to deactivate this, that only the username is send???
Thanks!
Philipp
I want to edit/change the value of a specific column value with PHP. For example, let's say that I have thousands of records and I want to change every record's column value to 1. How would I do this in PHP?
I am a newbie and have a few questions.
If I send an email through my gmail account I get the following error message:
Code:
server sendmail [15257]: ERROR => ERROR => SMTP-AUTH: Authentication to smtp.gmail.com: 25 failed.
I noticed that most of our users using the reset by username feature forgets the username too so I think it's a good a idea to use reset by email instead. Is this something doable? Thanks.
I use rsync to back up to a USB hdd.