- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
20 Posted Topics
[url]http://developers.facebook.com/docs/guides/web/[/url]
For login on this site, you at begin must parse __VIEWSTATE and __PREVIOUSPAGE variables a then send post request by curl like this: [CODE]__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=%2FwEPDwUJOTEyNTM2NDY2ZGReJw3PG62XkgM7gYqdrdP%2B0zHxDQ%3D%3D&username=test&password=test&login=Send&__PREVIOUSPAGE=oL0kSGhtXbLqdHQg0uFgqg2[/CODE] And don't forget about cookies!
That's not error. For checking insert before 17 line: echo $date; and see what's on the screen.
Can you post structure of your database?
You must put it in .htaccess file. [CODE]RewriteEngine On RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?sid=1&titel=$1 RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?sid=1&titel=$1[/CODE]
Your error in [CODE] $info['title'];=> new Book ($title,$Author,$Description);[/CODE] line. What do you want with it? May be...: [CODE]$obj = new Book ($title,$Author,$Description);[/CODE]
You may use that function: [url]http://www.php.net/manual/en/function.copy.php[/url]
May be [CODE]$query ="SELECT account_details. nic,full_name,phone_number,address,gender,date_of_birth,account.name_with_initials,account_type,fd_period"." FROM account_details,account"." WHERE account_details.account_number=account.account_number";[/CODE]
Did you install a mail server? And check your spam folder.
That's can help from hacking if you get any strings from user's forms.
Look at this: [url]http://jpgraph.net/[/url] [url]http://pchart.sourceforge.net/[/url]
How this? [CODE]<?php if($_POST['box1']) { echo $_POST['box1']."<br>".$_POST['box2']; } else { echo '<form method="post" action=""> <textarea name="box1"></textarea> <textarea name="box2"></textarea> <input type="submit" value="check"> </form>'; } ?>[/CODE]
You must install any php powerpoint reader on your site. But I don't know whether such. Library for work with .ppt: [url]http://phppowerpoint.codeplex.com/[/url] Or you may use google service "documents".
In php it is unreal. You may generate a page for print on php and then use javascript to put the page on print.
And what's trouble? [url]http://www.w3schools.com/php/php_file_upload.asp[/url] [url]http://www.reconn.us/content/view/30/51/[/url] rename: [url]http://www.php.net/manual/en/function.rename.php[/url]
I understand very little what you need. But this line is just an extra in this source: [CODE]$query = "select * from transaction WHERE account_number='$account_number'"; mysql_query($query) or die(mysql_error());[/CODE]
You can visit [url]http://www.informit.com/articles/article.aspx?p=31840&seqNum=4[/url] But using multidimensional array is very simple and not differ from other languages.
convert from string to UNUX format. [CODE]<?php echo strtotime("now"), "\n"; echo strtotime("10 September 2000"), "\n"; echo strtotime("+1 day"), "\n"; echo strtotime("+1 week"), "\n"; echo strtotime("+1 week 2 days 4 hours 2 seconds"), "\n"; echo strtotime("next Thursday"), "\n"; echo strtotime("last Monday"), "\n"; ?>[/CODE]
The End.
digwnews