-
I learned PHP syntax, where to get real-world experience now?
Hello, I have read few books for PHP and i think i know syntax well. Now my question is where to move on now? I should probably start coding projects of my own (CMS or something like that) but I have trouble with getting ideas or thinking "no I can't do that". What can you recommend me? I was...
Last updated: -
How to sync MySQL contacts with Microsoft Exchange
In our PHP web application, we have a MySQL contacts table. It's integrated with the application so it allows you to add a contact, edit, etc. But it's currently self-contained. Our organization would like to integrate it with Microsoft Exchange but we've run into a few problems communicating and...
Last updated: -
What open source PHP class would interface with Exchange Server 2007
Would anyone know of an open source PHP class that will interface with Exchange Server 2007 Web Services (via SOAP)? I need a higher level class that I can send messages through via the web service. Thanks so much.
Last updated: -
call php script from CL – slow
Hello, I try to call a php-script on our 520. CHGVAR VAR(&CMM) + VALUE('/usr/local/Zend/Core/bin/php + /www/zendcore/htdocs/test.php') QSH ...
Last updated: -
IFS File Permissions When Uploading a File via PHP
Hello All, I've written a php script that uploads a file to the IFS using the following function: move_uploaded_file($_FILES['uploaded']['tmp_name'], $target) It successfully uploads the file. But, does not inherit the permissions of the folder it is contained under. I tried setting the...
Last updated: -
Is there an online PHP tutorial?
Hi, I am a Java developer. But now, I also want to brush up my skills in PHP too. Can anyone please help me out with suggestions of some online PHP tutorials? Thanks and regards Ashish@S
Last updated: -
PHP code example for uploading image gallery
Can I get PHP code for uploading photo gallery please? I'm creating a web site. Can you help me?
Last updated: -
How to insert a CMS (Doop) page into a separate page using PHP?
This seems like it would be fairly simple but I'm coming up empty so far. I have installed DOOP, a very simple CMS. I put it into its own folder in my website root. What I want is for a particular DOOP page, let's say the home page http://mywebsite.com/cms/index.php?page=1home to display on another...
Last updated: -
Creating forms with PHP and MySQL
Using PHP and MySQL, I am trying to create a table form which can input multiple data within the form. When the space row provided is not enough, I want to add in another function which can help add rows in the same table. How can I do this?
Last updated: -
Assigning new user default password with php
I've written some php codes (see codes below) to add a new user in our Active Directory. I've attached the php codes below. It does actually add a new user and put in all the settings in attributes correctly. However, even though I've set the userpassword (I can see the attribute set in ldap), the...
Last updated: -
How can I secure my database password using PHP?
I'm using a PHP application for my database so obviously I need to pass a login / password to make a database connection. And I'm using a minimum-permission login for the application so PHP needs to know those credentials somewhere. Is that the best way to secure my password? I'm just worried that...
-
Caspio Bridge DB access via PHP
Hi, I am new to API and trying to establish the connection code for the Caspio database and a number of different PHP files. and PHPdocx files
-
Real time opportunities in another field after work experience in PHP
What are the opportunities in different fields, except PHP, after gaining experience in PHP?
Last updated: -
Sending an email in Lotus Notes using PHP
I'm trying to send an email using PHP through Lotus Notes. I already have Notes configured on my system so I want to find out I can send it through PHP. I appreciate any help. Thanks!
Last updated: -
Installing PHP in IIS 7.5 and Windows Server 2008 R2
I'm having a ton of trouble installing PHP for IIS 7.5 / Windows Server 2008 R2. I've done a ton of searching but can't find any x64 bit for download. Can anyone help me with setting up PHP? A friend of mine told me to use ISAPI...would that work?
Last updated: -
How do I add writing permission to a PHP script in IIS 7
My PHP script needs writing permission in a directory. PHP 5.3 is running as FastCGI under IIS 7 with Windows Server 2008. But I keep getting this "permission denied" when the script attempts to write a file. How can I sort this out? I've already tried to give all right to IIS_IUSR and to...
Last updated: -
Increase character limit in custom fields beyond 250
We are a nonprofit that has OrangeHRM installed on a Servint VPS. We are running a standard Apache, PHP, MySQL stack and the web application is running well. We have an odd issue in that any custom fields are limited to only 250 characters. We have increased the character limit for custom fields...
Last updated: -
How can I use frameworks in PHP?
-
Importing a phpBB Forum into the Dotnetnuke Forum
Hi, I am working on a project using Dotnetnuke 4.09 and I would like to import a phpBB forum into a Dotnetnuke Forum. I have tried using a third party module, 'ImportphpBBForum' but have had no luck as this raises errors of methods not being found. If there is anyone that could help , I would truly...
Last updated: -
How to measure the actual size of PHP objects?
I've been using memcached for cache storage in my web application that's used by several of our customers. But, it only has a maximum size of 1 MB so I'm looking for a function that would measure the actual size of selected objects/arrays/etc. so I can prevent them from growing so big. This will...
Last updated: