SharePoint is a Microsoft product and uses ASP.NET not PHP.
Therefore won't process the above code. Thats why you are seeing the raw PHP code in the browser.
Type: Posts; User: jc_gmk; Keyword(s):
SharePoint is a Microsoft product and uses ASP.NET not PHP.
Therefore won't process the above code. Thats why you are seeing the raw PHP code in the browser.
This is the link to the actual installer file for windows:
http://www.apachefriends.org/download.php?xampp-win32-1.6.8-installer.exe
Just download and install!
to install a web server (Apache MySQL & PHP)
go to this website: http://www.apachefriends.org/en/xampp.html
To learn PHP see here: http://www.php-mysql-tutorial.com/
I learnt by a combination...
I believe its done using AJAX (Asynchronous JavaScript And XML).
You need to use clipping paths.
Googling it i found this: http://www.sketchpad.net/paths3.htm
Maybe you could create and insert the id before the form is even loaded?
Then send that id to the form to be used for image insertion.
you could make the code unique based on time.
e.g.
...
You could insert an ID number which is auto-incremental. that way it can't be assigned to more than one user.
PHP runs server-side and outputs html to the browser.
So yes, it will create all the links automatically, e.g.
<a href="images/photo (1).jpg"></a><br />
<a href="images/photo (2).jpg"></a><br />...
You will need to use a "while" loop for this.
Can be done client-side or server side:
JavaScript solution:
<script type="text/javascript">
var i=0;
while (i<=350)
{
Following on from this...
If the form is generated dynamically this script doesn't work
e.g.
<form name="myForm">
<?
while ($info = mysql_fetch_array($result))
Perfect, thanks!!
Not quite.
It only allows me to select the first two... not any two.
Is it possible that if i have say 10 checkboxes in a form that i can limit the selection by the user to just 2?
Maybe when the third is selected the user gets an alert?
Would prefer open source, but i'm sure i could get my companies backing if it's a better solution.
Can anyone recommend a good CMS system?
I've already designed the websites I just want other people to be able to edit/add content.
The setup I have at the moment is PHP and MySQL.
I know I...
I have a database of text to output to a webpage.
The text could contain characters such as ® and ™ as it is copied straight from brochures.
When I output the text to a browser it appears as a...
Actually forget that, i've just realised that it was because the content was being output on more than one line and stopping the script from working.
As soon as it was placed on one line it worked!
1) Script Title:
Popup information box III (fade-in)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex5/popinfo3.htm
3) Describe problem:
I would like to use this script for...
ah yes, my mistake.
Thanks for your help
It doesn't seem to work.
With that extra code there none of the fields appear to be checked.
Probably a good place to start:
http://www.killerphp.com/tutorials/object-oriented-php
1) Script Title:
Required field(s) validation
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex16/requiredcheck.htm
3) Describe problem:
Is this script supposed to work on a...
session_start(); has got to be the first thing on your page or it won't work properly!
you can use the same script just replace some of the words.
Instead of $type use $file.
Might be worth having a read of this.
http://www.w3schools.com/php/default.asp
It will give you a...
I don't think it's possible but...
I've got a PHP script that inputs searches into a database.
As i'm only using this script for a local intranet site i would like to be able to tell whos PC...