User Profile
Collapse
-
URL paramater cannot be hidden. Use some kind of ecryption decryption mechanism. -
htmldoc linux command is other alternate. In any case, you won't get accurate result though.Leave a comment:
-
Code:$fp = fsockopen("www.example.com", 80, $errno, $errstr, 30); if ($fp) echo "Domain Online"; else echo "Not"; fclose($fp);
Leave a comment:
-
Configure your apache/other-web-server for wildcard subdomain. Then your PHP script can read the subdomain using $_SERVER['HTTP_HOST] and can serve the data accordingly.Leave a comment:
-
Just make sure, you do not output anything before calling session_start() .Leave a comment:
-
Imagemagick work doesn't lie in website design/html. As a facebook user, try to create photobook fetching photo from Facebook, flickr, picasa etc. The cool WYSIWYG editor allow you to compose photobook like any advance photo editor.
Imagemagick role comes when you save your album and order it for printed version. Imagemagick creates hight resolution bigger size photo for printable version.
You need to complete above steps to see the...Leave a comment:
-
Imagemagick is more powerful. Can draw any kind of complex graphics. I used in my recent project (pixable.com) and then I came to know its power.Leave a comment:
-
Programmetically add attachement to email.
Hi there,
My application has link to open email client with Subject and CC field auto filled with data. I did it by placing html snippet like following:
<a href="mailto:ni lay@csomedomain .com?Subject=Te st&Cc=other@som edomain.com">Ma il</a>
Is there any way to add attachent too?
Thanks
--Nilay -
This will work.
Code:<?php //1. Instanciate Word $word = new COM("word.application") or die("Unable to instantiate Word"); $template_file = "C:/Doc7.doc"; //3. open the template document $word->Documents->Open($template_file); $word->Selection->InlineShapes->AddPicture("C://Sunset.jpg", False, True); //7. save the template as a new
Leave a comment:
-
Need autologin facility to other site.
My page has the link to take user directly to report page of other site. Clicking report link ask user (in browser authentication dialog box) to submit user, password, before showing report page. Our site has the user password stored in database and I just want to submit user/password internally so user won’t be asked for it.
Is there any way to do it through php?
Thanks in advance
No activity results to display
Show More
Leave a comment: