Is there some way when I'm in Ubuntu 12.10 that I can set it to reboot automatically to Windows just once, so that when I'm in Windows I can reboot and it will automatically boot back into Ubuntu? I need this because often when I travel I access my home computer for email and other personal info that I don't want to travel with or leave to the…
i have downloaded Swift Mailer from their website and try to send simple email with following code
<?php
require_once 'lib/swift_required.php';
$transport = Swift_SmtpTransport::newInstance('smtp.example.org', 25)
->setUsername('your username')
->setPassword('your password')
;
$mailer =…
when i try to send email from asp script i got email bounce from
NoReply@mail-abuse.org
why this ?
is this some issue with spam or my domain is under spam list ..?
if yes how to remove this..?
I'm an application packager trying to make sense of how the COM registry keys (SelfReg) interrelate to the given .dll in Windows.
ProgID's, AppID's, TypeLibs, Extensions & Verbs are all tied around the CLSID right?
Do CLSID's always use Prog/App IDs or could you just have a file extension class?
Which bits are optional?
…
i have one database in ms sql server 2005.
i create this long time back, now want to modify it but i lost the password, i remember the user name for that database, is there any way to recover the password for that database or
change its password ?
Thanks
i have one php file which process adding of record in Database fro array.
for example in array i have 5 items
aray an='abc','xyz','ert','wer','oiu'
i want to call one php file in j query ajax method
um = an.split(',');
var counter = 0;
if(counter < uemail.length) {
…
I have one image submit button like this
<input id="enter" name="enter" type="image"
value="Login"
src="images/btn_login.jpg"/>
once i click on this image i got following values
enter.x=39&enter.y=11
but i want to get enter=Login on submit
how to get…
as we can use facebox as popup.
i want to open this POPUP if user is not active for last 30 min on page.
and if user press close button or close the popup time will be restarted.
i have one php code for button creation
for($i=1;$i<=$n;$i++)
{
$row=mysql_fetch_array($result);
if($row['btn_color']==1)
$btbg="side-button5.png";
if($row['btn_color']==2)
$btbg="side-button6.png";
if($row['btn_color']==3)
…
i have one coral draw file and i don't have coral draw software with me.
is this possible to open that file in PSD or convert into PSD or image format.
i search on internet but didn't find any free software or plug in.
Thanks
i have one table in loop which come under li
<?php
for($i=1;$i<=$tc;$i++)
{
$row=mysql_fetch_array($result);
?>
<li style="list-style:none; margin-left:-20px">
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
…
i have windows 2003 server domain environment in my office.
my server ip is: 192.168.1.2
if i put this IP in DNS of my laptop network card my folder SYNC works fine & also internet work fine in office.
but internet did't work in my home for that i need to change…
actually i am looking for some best html editor for my CMS system. witch support (PHP, JQUERY)
i found TinyMCE but it dont have image upload functionality, after i found
phpimage for this but every time i goto
…
is this OK to on the firewall on windows 2003 Domain & DHCP server?
if yes then which ports should be passed from firewall to use full feature of
Active directory domain controller
file & Printer Sharing
DHCP…
most of times in our pages we need to print only 1 field value of table in loop. for example
<?php
for($i=1;$i<=mysql_num_rows($result);$i++)
{
echo $row['name'];
$sql1="select industry from table_industry…
i install windows7 ultimate and php 5.3.1 and mysql server 5.1
mysql server work fine from
mysql>
and if see phpinfo();
i get the following table
mysql
MySQL…
i have one image background of table with following syntax
style="background-image(URL)"
the problem is when i print it on printer it did't print.
can you please tell me how to get this
image background also get…
i have one text field and setting its name & values from php
like
<input type="text" id="qtyProductID_' . $productID . '" size="3" value="' . $totalItems . '" >
i also have image button for…
Please look at this image
here is 3 tables , and out i want is
uid from table1
industry from table 3 of same uid
count of fid from table 2 of same uid
like in the sample example output will be 2 records
…