Search:
Type: Posts; User: ZABI
Search :
Search took 0.05 seconds.
hi all,
most of you guys have seen a feature on popular social networks ( like facebook, flikr, picasa etc...) they allow you to send/post images via email.
i am wondering how to accomplish...
double check server name user name and password, also try connecting using same values from a different source/program
yes, you will find it easy at this level
don't know exactly they support or not,
but i think you can send some text as product/order description, so yoy may use it to send short amount of data
:P to be honnest i m too feeling it hard, anyways best of luck for both of us :D
check if this files really exists and php has permission to read/write to that file
never used, check this out, maybe it helps http://handsontable.com/demo/renderers_html.html
as already posted here http://www.webdeveloper.com/forum/showthread.php?277463-Dynamic-web-page-title-need-help
just output whatever you want to put in title; inside <title></title> tags,
if...
Shuker hai smjh aa gae :rolleyes:
use same database if you are going to implement those forms in same project. just create different tables. also there can be atleast one same field so you can identify users. for example their email...
its my pleasure to help others,
you can pass file name wtih directory name, for example: <a href="/zBatch/forcedown.php?file=clients/Testing/How to use a PDF portfolio.pdf">How to use a PDF...
Sialkot, Punjab, Pakistan se :)
as i've already stated "mostly hosting providers dont allow running those shell commands or programms", so i would suggest to GD or similar libraries to manipulate images.
:) first of all if you want to run that program on client side/users' side then No is the simplest answer. if you want to run on same server PHP is running on then there are possibilities, like...
what are you refering dynamic data to ? data comming from an extenal source, Serverside script or what ever ?
<?php
$title='Your Title here';
?>
<html>
<head>
<title><?php echo $title;?></title>
</head>
<body>
</body>
i actually dont know how your existing system is working.
hope this helps you find the way
http://easybox.googlecode.com/git/index.html
what i have understood so far is: you want to save files to be downloaded as they are on server. try this
$file = $_GET['file'];
header('Content-Description: File Transfer');...
most commonly used method is copy, paste embed code from youtube. yes there are ready made scripts that will even work with just link,
what file names are actually stored in directory, also all files are stored in same directory or different ? what your link's href looks like ?
:) its working in Chrome 26.0.1410.64
hope the following works for you
mysql_query("SELECT * FROM coverparked WHERE postcode regexp '^{$postcode1}[0-9]{1,}' ORDER BY postcode");
also read here...
<script language="javascript">
function confirmDel() {
var inputElems = document.getElementsByTagName('input'), count = 0;
for (var i=0; i<inputElems.length; i++) {
if (inputElems[i].type ===...