Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~447 People Reached
Favorite Tags
php x 7
Member Avatar for Mukt@R

Hello, i m newbie could you plz tell me Which Software and Other things are require to make a J2ME Mobile Application?

Member Avatar for john butler
0
95
Member Avatar for Mukt@R

Hello,i want to hide my actual download link from my website. when anyone click the contents they got direct download link. here is my code [CODE] $get_path=explode("/downloads/",$path[0]); $filename=$get_path[1]; $download=$get_path[0]."/downloads/".$filename; echo "<a href=\"".$download."\">Get File</a>"; [/CODE] they got direct link like this [QUOTE][url]http://localhost/downloads/cpanel.gif[/url][/QUOTE] i want to make it like [url]http://localhost/downloads/6885a6c38d6e9bcc201326902269658a[/url] (its md5) …

Member Avatar for Mukt@R
0
162
Member Avatar for Mukt@R

there have any example php code to read a image file n convert it to its hexadecimal equivalent?

0
53
Member Avatar for Mukt@R

its a C# code . plz convert this code to PHP. [CODE]string hex_code; if ((FileUpload1.PostedFile != null) && (FileUpload1.PostedFile.ContentLength > 0)) { FileStream fls = new FileStream(FileUpload1.PostedFile.FileName, FileMode.Open, FileAccess.Read); byte[] blob = new byte[fls.Length]; fls.Read(blob, 0, System.Convert.ToInt32(fls.Length)); hex_code = ByteArrayToString(blob);[/CODE]

Member Avatar for pritaeas
-1
44
Member Avatar for Mukt@R

hello , i want to make like this . _ [CODE]$m = $_GET["uion"]; class NewGo { public $username = '$m'; public $password = '1131'; } [/CODE] but its not working . plz anyone tell me the exact correct code

Member Avatar for rajarajan2017
0
93