| Posted |
Exercise Members Area |
19-01-2009 by CSK001
| Hi,
Thank you very much for this useful information. Please keep updating me on this.
[url=http://www.drug-intervention.com/north-dakota-drug-intervention.html]Drug Intervention North Dakota[/url] |
08-01-2009 by johnsteve
| All the comments are very nice and excellent.Thanks to all.
============
john
[url=http://www.drug-intervention.com/maryland-drug-intervention.html]Drug Intervention Maryland[/url] |
17-01-2008 by Blob
 | Please check http://pr.c-php.com/forum/viewtopic.php?t=181 to troubleshoot your issue |
17-01-2008 by such
 | I've installed appserv in my pc, I tried to open localhost, but get the error #2003 :-( |
30-11-2006 by Slim
| Howto copy-paste-save access.log ? ... [deleted by admin]
[Blob] ... Slim [of course I know who you are] Please open a topic for your query and add some details, I would not answer to you !
Ics doesn't mind sender e-mail details, so you can keep your anonymous address, but would appreciate members that post a topic sometimes, instead of forcing chat issues with me, I am really tired of shy Members or Visitors that just care for solution on the spot [online chat] and do not even type thanks after all ! |
26-11-2006 by blobs
 | ...howto
I've been asked on how to get links out of the database stored text :
A fixed stage before releasing a text to a web page from the database is normally to filter the captioned text with the htmlspecialchars()
$table_name[text_field_name]=htmlspecialchars($table_name[text_field_name]);
$table_name[text_field_name]=auto_url($table_name[text_field_name]);
The auto_url() function is in this forum suite [lib.php]
... just add the auto_url() function, by retrieving the text in the while() cycle.
There is a much simpler way to implememnt CAPTCHA than using PHP-SESSION as largely suggested by the many tutorials on the web
...just a simple cookie will do hv.php |
17-01-2006 by Blob
| Install a local Ftp-Server and start it during your localhost-code-testing :
ftp-php code like : "ftp_mkdir($connection, $newDir)" will be executed...
SMTP & sendmail_from parameters would work if pc is connected to internet...
SMTP=smtp.Your_Provider [...get the string from your provider]
sendmail_from = Your_Mail@Your_Provider ...re-start Apache |
12-09-2005 by blobs
 | Win - localhost
Download & Install AppServ easy [appserv-win32-1.5.0.exe]
...while installing insert your future connection data into MySQL pop details...
...e.g. : localhost , Your_USERNAME , Your_PASSWORD
....after the installation surf to : C:\AppServ\www
...paste in it all your files that you would upload on your real website
...then open a notepad session
1) paste the code below and save it as test.php
<?
$connession = mysql_connect("localhost", "Nicky", "SeCrEt_PASSWORD");
@mysql_select_db("test") or die ("<br>Impossible to open Database");
if($connession){echo "<br>...connected";}
?>
2) set that file into www folder
3) digit in your browser : http://localhost/test.php
If all done well you will get : "...connected"
phpMyAdmin is the mysql interface that AppServ installs at the same time during the suite installation [appserv-win32-1.5.0.exe]
...you will get the link there by typing into your browser : http://localhost/
|
09-09-2005 by blobs
 | To : Hacker ...to avoid fun read the notee in http://www.m-php.com/web/register.php |
04-09-2005 by Hacker
 | Registration gives a chance to send access-data to third parties just for fun ! |
23-08-2005 by blobs
 | Check the following links to verify html output :
http://www.m-php.com/file.php
...rightclick files to see the sources
the code content in both files is the same , although they appear differently by rightclicking |
18-08-2005 by blobs
 | We have some Visitors that are promoting ASP (Active Server Pages) as an alternative to PHP.
We now ask : "is that so simple to set a file.asp as http://www.m-php.com/test/file.php on a server that provides ASP extensions ?"
File content of file.php is the following :
<? # File file.php
$UserName="Blob"; echo"<center>
<!--
... format html as you like !
-->
This is the first script of $UserName in PHP </center>";
?>
Can you show a similar implementation of such a script in asp ?
Please link to your example [file.asp] from this forum |
20-05-2005 by blobs
 | Check a subdomain example http://www.m-php.com/test/ |
13-05-2005 by blobs
 | The affiliated website for www.ics-php.com/ev/
|