Home
Forums
Articles
Glossary
Awards
Register
Rules
Members
Search
Today's Posts
Mark Forums Read
Account Login
User Name
Password
Remember Me?
Latest Articles
The basic usage of PHPTAL, a XML/XHTML template library for PHP
by
awuehr
on
11-10-2008
in
Tips & Tricks
Vulnerable methods and the areas they are commonly trusted in.
by
Village Idiot
on
11-04-2008
in
Classes & Objects
Simple way to protect a form from bot
by
codefreek
on
10-23-2008
in
Basic
The Basics On: How Session Stealing Works
by
wiifanatic
on
09-12-2008
in
Security & Permissions
How to keep your forms from double posting data
by
drewbee
on
07-03-2008
in
Tips & Tricks
IRC Channel
Join the friendly bunch on IRC...
(
#TalkPHP on Freenode
)
...Also available via a
web interface
.
See
this thread
for information on the TalkPHP Free Hugs Initiative™.
Subject to availability.
Associates
Wired Flame
ClientExec
Handy PHP
PHP Kitchen
PHP Tutorials
Insane Visions
Associates
TalkPHP
>
Search Forums
»
Search Results
Showing results 1 to 19 of 19
Search took
0.05
seconds.
Search:
Posts Made By:
Jenski
Forum:
Advanced PHP Programming
02-04-2009, 11:00 AM
Replies:
3
MS Access via FTP
Views:
993
Posted By
Jenski
Thanks, Is it possible to do <servername>/<path...
Thanks,
Is it possible to do <servername>/<path to file> in the connection string with a username / password?
Forum:
Advanced PHP Programming
02-04-2009, 10:24 AM
Replies:
3
MS Access via FTP
Views:
993
Posted By
Jenski
MS Access via FTP
Hi guys,
I have always used MySQL with PHP, but I now need to link to an MS Access database.
The MS Access database is on a network drive and the server running PHP needs to access it. How can I...
Forum:
Advanced PHP Programming
02-04-2009, 10:22 AM
Replies:
4
How to call classes?
Views:
773
Posted By
Jenski
Could you create it in the __construct function?...
Could you create it in the __construct function? Instead of passing, or would that not work? e.g.
class classD
{
private $classB;
public function...
Forum:
Advanced PHP Programming
01-26-2009, 11:00 AM
Replies:
4
How to call classes?
Views:
773
Posted By
Jenski
How to call classes?
I have this setup:
class a
class b extends a
class c
class d extends c
I want class d to be able to call several functions in class b.
Forum:
General
10-02-2008, 10:46 AM
Replies:
2
Open Source Forums with LDAP support
Views:
957
Posted By
Jenski
Need it compatable with LAMP technologies .NET is...
Need it compatable with LAMP technologies .NET is no good to me...
Has anybody modded phpBB3 to support this?
Forum:
General
09-30-2008, 08:31 AM
Replies:
2
Open Source Forums with LDAP support
Views:
957
Posted By
Jenski
Open Source Forums with LDAP support
Any ideas where I can get hold of open source forum software that supports active directory?
phpBB3 supports LDAP authentication, but I can't find anything that links LDAP Groups to Groups on...
Forum:
Advanced PHP Programming
08-06-2008, 04:01 PM
Replies:
2
Object Aggregation
Views:
789
Posted By
Jenski
Object Aggregation
I'm using a Database Connection class in a web app I am writing as I find myself calling the same functions often.
I was looking into using Aggregation in order to achieve this when I came across...
Forum:
General
08-04-2008, 09:16 AM
Replies:
5
When is __destruct() called?
Views:
1,130
Posted By
Jenski
Is it always called when the script has ended...
Is it always called when the script has ended though?
Any reason why it doesn't?
Forum:
General
08-04-2008, 08:58 AM
Replies:
0
Outlook Web Access and cURL
Views:
1,140
Posted By
Jenski
Outlook Web Access and cURL
Has anybody here succesfully set up OWA using cURL?
The closest I have is the code redirecting to the page and 2 frames showing because I can't seem to create a 2nd cookie properly.
Has anybody...
Forum:
General
07-15-2008, 10:34 AM
Replies:
5
When is __destruct() called?
Views:
1,130
Posted By
Jenski
When is __destruct() called?
Hi,
I'm I've been programming in PHP4 for a few years now and am slowly moving over to PHP5, I was wondering when developing a class when the __destruct() function is called? I have put all my...
Forum:
Advanced PHP Programming
07-10-2008, 10:11 AM
Replies:
4
ldap server
Views:
1,303
Posted By
Jenski
has the user you binded the connection with got...
has the user you binded the connection with got permissions to add things?
I had the same problem, but after talking to our network administrator the user I tried to bind with couldn't do it the...
Forum:
General
07-01-2008, 10:25 AM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
HA! FOUND IT!!!!! I didn't configure our...
HA! FOUND IT!!!!!
I didn't configure our networks Proxy Server in the options!!
If anybody else has this problem here is the solution:
$proxy="<proxy_ip>:<proxy_port_no>";
$ch =...
Forum:
General
07-01-2008, 10:17 AM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
Also when I do phpinfo(); it comes up...
Also when I do phpinfo();
it comes up with:
curl
cURL support enabled
cURL Information libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.1
I don't know what's stopping it
Forum:
General
07-01-2008, 10:16 AM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
I just tried $exists = function_exists ...
I just tried
$exists = function_exists ('curl_init');
echo $exists;
and it returns '1'.
I'm running out of ideas...
Forum:
General
07-01-2008, 09:43 AM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
still no avail :-( is there another setting in...
still no avail :-(
is there another setting in the php ini file that could be preventing it? Safe Mode or something?
Forum:
General
06-30-2008, 01:56 PM
Replies:
12
Using a MySQL class
Views:
1,953
Posted By
Jenski
Hi Andrew In this function: public function...
Hi Andrew
In this function:
public function query($szQuery) {
$this->m_query = mysql_query($szQuery);
if (!$this->m_query) {
return 'There was an error while trying to...
Forum:
General
06-30-2008, 12:54 PM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
Thanks for your reply. I've double checked the...
Thanks for your reply. I've double checked the php.ini file and it is already loading the curl extention, I have also enabled logging, and still comes up with a blank screen.
It obviously recognises...
Forum:
General
06-26-2008, 09:43 AM
Replies:
8
yet another curl question....
Views:
920
Posted By
Jenski
yet another curl question....
ok, I have this code:
$ch = curl_init('http://www.google.co.uk'); // the target
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // return the page
$result = curl_exec($ch); // executing the...
Forum:
Advanced PHP Programming
04-29-2008, 01:54 PM
Replies:
4
ldap server
Views:
1,303
Posted By
Jenski
What are you using to store your users? Active...
What are you using to store your users?
Active Directory? OpenLDAP? something else?
Showing results 1 to 19 of 19
All times are GMT. The time now is
01:51 AM
.
Contact Us
-
TalkPHP - PHP Community
-
Archive
-
Top
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by
vBSEO
3.1.0
Inactive Reminders By
Icora
Web Design