PHP
Hello friends,
I want to create Host XML from Live SNMP router. I searched on the internet and found php xml snmp but I don’t clearly understand it. Please tell me how can I do this? . Any ideas and suggestions are welcomed. I hope someone will help me.
Thanks
- 745 views
- 1 answers
- 0 votes
Hi experts,
I am newbie in PHP and developing a web page. I want that my page update automatically when I made changes in the database. I am looking for autoupdate in php. I am finding a way how doing this. Can you provide me a code to help me out? I want that my PHP page always keeps checking the database, If any update available, then entire page should be auto updated.
- 832 views
- 2 answers
- 0 votes
- 824 views
- 1 answers
- 0 votes
How do I block or restrict a particular browser from unregistered users?
<?php if (eregi("MSIE",getenv("HTTP_USER_AGENT")) || eregi("Internet Explorer",getenv("HTTP_USER_AGENT"))) { Header("Location: http://www.domain.com/ie_reject.html"); exit; } ?> Will this code work? How do I browser block cod in php scripting language?
- 1102 views
- 1 answers
- 0 votes
I'm on a shared hosting server and it seems like someone inserted a php code to speak using php. All php files on my server had the same code on it. Is my FTP compromised?
- 7422 views
- 1 answers
- 0 votes
Dear Friends
I am doing a project which requires me to write a simple database application. Some of my friend suggested me to use PHP Framework. Can anyone tell me what are the advantages in using php wizard framework instead of PHP and mySQL ?
- 646 views
- 1 answers
- 0 votes
Hello Techyv friends, I am fresh to PHP, I need a basic PHP Check Register is coding for me to understand it.
Thanks
- 819 views
- 2 answers
- 0 votes
Instead of displaying a whole calendar, how do you program a PHP calendar to display only one week at a time with arrow links to display previous, current and next week?
- 739 views
- 1 answers
- 0 votes
Hi there,
I am creating an online interaction web page where users can type and at the same time on the receiving end we can see their input as they type. But i am having problem on how to enable php read keyboard port input correctly as I don't see what the users are typing. Need help on this.
- 977 views
- 1 answers
- 0 votes
Hi,
I am interested about PHP language; I want to know how to use it its code and coding system.
Is it very complicated?
If not then please help me and if possible give an example by making a simple thing in PHP, like Calculator, currency converter etc.
On the other hand where to search for further assistance?
- 689 views
- 1 answers
- 0 votes