Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP






SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Cant Get Started


i've downloaded php installer from php.net i've installed it on my computer and i want to try it without a server i'm using front page to creat my html pages and i want to use it to creat html pages containing php codes. is that available? when i try to do so i dont know how to save it with the .php extention i also dont know how to browse it shall i open it with the explorer or just a double click on the file.




View Complete Forum Thread with Replies
Sponsored Links:

Related Messages:
Getting Started
I am currently attempting to build a site where you can register with your 360 gamertag and then create guilds/clans and whatever. So does anyone have any tips for me on how to even get started?

View Replies !   View Related
Started PHP
i gotta admit last for mouth's ive been round other forum's but ive alway's come back to this one of course is the best , i need to get my idea's book up now. only been moveing to forum to forum cos im a big big big, newble with coding anyway.Right as you may know may of forgot a few mouth's ago i wanted to make a mmorpg game, text-based. Mafia style game. but as i have relized im not gonna learn some codeing (php) and be able to make it like that! i will need to learn research for mouth's and mouth's i know this! but i really need some good sites to learn.

PHP.net is a good tut site but im a really newblw and it's far to complex for me.
maybe ill get a book. and read it. but, with some site's i've been on when reading it i get really bored and stop reading and go on to play game's and i know i like coding cos when i was doing some javascript i enjoyd doing some alert stuff i know it's really easy but i enjoyd makeing it, just really dont enjoy learning it. (lol).

View Replies !   View Related
How To Get Started In PHP
in general I am a newbie to web design, but am very interested in learning all that I can. I wish I had some kind of formal training, but financially it's just not an option. So I'm trying to learn as much as I can on my own via the internet. So here's my dilemma, I'm creating a family website and want to add a bloggers page. I downloaded what seems to be a pretty cool PHP blog, but since I know nothing about PHP, I don't know what I'm supposed to do with the files. The blog is MyBloggie 2.1.2 if that helps. Can anyone point me in the right direction on how to utilize this.

View Replies !   View Related
Getting Back To Where I Started.
I use a login script and since it's accessable from every page on my site I would like the user to go back to the place where he started.

I use a template file in which the loginfields are placed and where I call a different .inc for each other page, so it doesn't make sense to hard code the 'gobackurl', is there a function to retrieve the pageurl from where the user came or another solution, let me know?

View Replies !   View Related
Problem Getting Started
I was just wondering if anyone can just help me get started with
PHP (with My SQL).

I've installed these on my home PC (together with Apache web server as
a local host), but when I navigate to the "test.php" file in my
browser, I just get the file opening in Notepad. I'm sure it was
appearing in the browser correctly last week when I tried.

Any ideas? I'm pretty sure I've configured the Apache httpd.conf file
correctly. My SQL starts on StartUp (showing as a green light in the
system tray) so that can't be the problem - and http://localhost is
displaying the Apache test page ok in the browser.

View Replies !   View Related
How To Get Started With Web Services?
I have a project that would be perfect to use a web services architecture. Although I've never done anything with web services. I've been doing quite a bit of reading on how to create a web service with PHP and I got about 10 different ways to do them.

So my question is, what is the absolute best way to create a web service using PHP. Do you know of any good books, article, tutorials, etc. that would help with this issue? I just need to be pointed in the right direction so I can start reading and playing around with them.

View Replies !   View Related
Getting Started - Not Quite Working
I've got Apache up and running also PHP and edited the httpd.conf and
php.ini as recommended(by ricocheting.com).
Problem is as soon as I have a single or double quote,all PHP after that
just gets dumped to the browser even though I do of course close the quote.

View Replies !   View Related
SESSION STARTED
im trying to learn php and when i was installing openbooking i got it instaled and when i type the username and password in it just says Notice: A session had already been started - ignoring session_start() in c:program fileseasyphp1-8wwwsystemsession.php on line 2 does anyone know how i can get round this .

View Replies !   View Related
Getting Started With Fucntions
I'm trying to tidy up a lot of code that repeated. for example, I wrote a phpscript that exports data to a pdf file rather messily, there is a lot of repeated code so as an example, i put the header in to a function as such ; Code:

View Replies !   View Related
A Session Had Already Been Started
I have a permission file I include at the top of each page in my application that I am use to do the session_start() and check for the session. I am getting an error that shows on each page though that says:

PHP Notice: A session had already been started - ignoring session_start() in C:DATAhtdocsincludespermissionsuniversal.php on line 2

The page runs fine, but the error shows. I tried searching for an answer, but the query in the search box was freaking the site out.

View Replies !   View Related
Getting Started With Ajax
I just completed putting up a pretty simple game site that uses php for everything (almost everything). The game is opensource and written by others. I consider myself at rookie at php, and was capable of modifying the game a little bit with some of great help from all of the members here.

The game constantly sends queries to the database, and then will refresh the screen.

I know this is a pretty open ended question, and I just bought a book to begin reading this weekend. But I am curious to peoples thoughts on the difficulty level in incorporating ajax into existing php scripts? Something a php rookie should be able to figure out?

View Replies !   View Related
Getting Started On Php And Downloading
I would like to learn php and i only the only language is html and i would like to become a designer of web pages,and i see alot of pages using php,am a novice i tried down loading it and i can't find it,and what does it mean to have a server on your computer.

View Replies !   View Related
Getting Started With PEAR
I have been coding for almost 40 years, but only two months with php. I
found www.php.net and it has a lot. I downloaded ZipCodeRange and it called
for stuff, including DB.php. I was directed to look at pear.php.net. I did
that, and started reading the manual.

What I cannot seem to find is how to SIMPLY use this stuff.

a - I don't know where to find db.php
b - I haven't been able to find an explanation of the syntax (e.g. DB::connect)
c - How to actually USE the class.

Can someone help me out with some simple instructions to get started? Once I am moving I can take it from there.

View Replies !   View Related
Session Expired Or Never Started?
I have some code at the top of each page that says session_start() then
checks for a value in the session. If the person never logged in the
session is empty and they get bounced to the login page. But if the person
has been sat at a normal page for 15 minutes after logging in,
session_start() works as if a session ID has not been presented, starts a
new session which is empty and the user gets bounced to the login page!

I feel like I've missed a step. How can I tell if a user doesn't have a
valid session ID because they've never logged in, or whether they don't
have a valid session ID because their session has timed out?

View Replies !   View Related
Getting Started - Gui And File Organisation
preamble: I have a lot of my php rolling now, and it looks very exciting;
sow sorry to ask such dim questions, but I wonder if you could point me in
the right direction for the following:
1. how do you do loads of user input ?
it does not look like there are a lot of functions for user buttons and
input fields; do you
2. mix php with another user gui inout language ?
I was about to code up php inside html actions (I'm new to html too!)
3. how do you organise you files ? and make functions able to skip accross
them.

View Replies !   View Related
Sessions Started Going Weird.
i installed WAMP server on my pc, and started coding as always.

I noticed that sessions started going weird.

I declare a session in page1 for example, I echo it in page2 after a
form submission ... al goes fine ... then click a link on page2 leading
to page 3 ..... the session is no longer valid.

echoing the session gives NULL

What's wring?
I am using session_start(); in all 3 pages.

View Replies !   View Related
Started My Regex Immersion
I started (long time overdue) to take a deep immersion in regex but cannot figure out the answer to some questions: For example What that /U stands for?

preg_replace('/<a.*href="([^"])/U', '../$1', $url);

does it regard only the first uppercase character or all uppercases or something else?

I found a way to grasp the concept:

1) Trying to understand the tutorialsSSS (so many!)
2) And when writing or reading a sample I read it but translate it in pure English if it does not make sense or does not seem to be logical then something got to be wrong.

View Replies !   View Related
Security In An Process Started With Exec
The php script that processes user input from a form, starts a new process
using exec. In my case, the process may contain arbitrary, user defined
functionality. How do I ensure that that process doesn't do any harm? Is
there a way to define a sort of sandbox that the process can run in, so it
won't be able to access any unauthorized resources, or do some other damage
to the server?

I am running PHP 5.1.2 on Apache 2, on Win XP Pro.

Thanks,

A

View Replies !   View Related
How To Get An Unix Programmer Started On Web Programming?
I've done lots of programming for CAD, which was basically C/C++ and tcl/tk.
Now, we are thinking about introducing more web based tools, programming
them ourselves and right now the toolchain we think about is apache/oracle/php.

Now, I can do oracle no problem but I'm pretty wet behind the ears about
everything else.
What books could you recommend to me so that I can learn:
- what all this apache stuff is about, the mod_*
- what html or xml looks like, what a css and a dtd is and what I need it for
- session management
- login through active directory
- php

I've thrown my eyes on the php5 and mysql bible (ok it's not oracle but the
mysql part is 150 out of 1000 pages and the rest looks good from the table
of contents).

But what about the other stuff?

View Replies !   View Related
How To Kill Process Started By User?
Let us suppose that PHP file contains cycle which will never stop. For
example:
while ( 2==2 )
{
some usage of database;
}
User which opens this PHP page runs time consuming execution of the
cycle. My question is whether this execution will be automatically
stopped after user closes the PHP file (or closes his browser). I
suppose that answer is "No", since PHP is server-side application.
How than I can find such processes and kill them by hands?

View Replies !   View Related
Trouble Getting Started With PHP/MySQL On 5gbfree.com
Background: A few days ago I was browsing <www.free-webhosts.com>,
specifically <http://www.thefreesite.com/Free_Web_Space/>, where it
lists <http://www.5gbfree.com/which allows 3GB of Web space plus
10 MySql databases! I tried to get an account there, but I can't
see the letters in the box (CAPTCHA) because my access is text
only. (Details of my situation:
<http://www.rawbw.com/~rem/NewPub/mySituation.html>)
But earlier today I briefly got full net access at a local computer
lab that was just about to close for the day, so I was able to
complete my registration. I now have my own 5gbfree.com site. I was
able to create a database called test1, a user called self, and set
up priviledge for that user to use that database, except I have no
idea how to check if it really worked, because my test script
doesn't work:

<?
$user="calrobert_self"; $password="...";
$res = mysql_connect(localhost,$user,$password);
echo "res = $res<br>";
$database="test1";
@mysql_select_db($database) or die( "Unable to select database $database");
mysql_close();
?>

It returns a empty result from mysql_connect, and it dies unable to
select the database test1. I tried to join the newbie forum they
have, but it requires javascript, which isn't available here. I did
a Google search to try to find any previous mention of 5gbfree, but
there's nothing except spam from a user that apparently has been
terminated from 5gbfree because when I try to connect to that
user's Web site I get redirected to 404.php and from there to the
main greeting page for 5gbfree.com.

So does anybody know anyone who already has an account on
5gbfree.com who could tell me how to diagnose the problem I'm
having with PHP/MySQL access? Or just somebody with general
PHP/MySQL

ObNit: No, my password isn't "...". I omitted it here for obvious
reasons. But in the actual script the correct password is there,
AFAIK, I don't know how to verify that the password I set up
matches the password I'm trying to use in this PHP script. I tried
changing the password in the script to be incorrect, but the result
is the same, null result (printing as empty string, i.e. nothing
printed at all there) in $res. I also changed the $user to be a
bogus value, and still there's no change in the output. I have no
idea whether it's failing to find the user, or failing to match the
password, or failing to find the database, or failing to allow that
user to get access to that database.

View Replies !   View Related
Suddenly Started Running Slow!
So the other day, I was fiddling with the php.ini file on my web server trying to figure out why my 30mb file wasn't uploading, so I started changin some settings and then tried to upload my file again...

Out of nowhere, the php script started taking forever to execute!

you can see it here: ....

View Replies !   View Related
Getting Started With AJAX, Is There A Recommended PHP Framework?
I am getting started with AJAX, is there a recommended AJAX/PHP framework? I have read a lot on:

PAJAJ
JSON-PHP

Both have decent information, however at this time, I am looking for other developer opinions to see if AJAX will solve the problem first or contribute to the problem at hand... Code:

View Replies !   View Related
Proc_open Hangs When Started Process Crashes
I'm using proc_open to start a process on a WindowsXP server.
If the process that I start crashes for some reason, the whole PHP
parsing hangs.

When opening the TaskManager I can see my process still exists, meaning
it actually hasn't ended although it crashed. any ideas how to solve
this?

View Replies !   View Related
Notice: A Session Had Already Been Started - Ignoring Session_start()
Notice: A session had already been started - ignoring session_start() in. Is there anything I need to do to correct this error message.

View Replies !   View Related
Error Message: A Session Had Already Been Started - Ignoring Session_start().
I get this error message: A session had already been started - ignoring
session_start().

How can I check to see if a session was started already?

View Replies !   View Related
Warning: Cannot Modify Header Information - Headers Already Sent By (output Started At C:xampphtdocsaprocessLogin.php:10)
I get the following error message when using the code below:

Warning: Cannot modify header information - headers already sent by (output started at C:xampphtdocsaprocessLogin.php:10) in C:xampphtdocsaprocessLogin.php on line 48

I was just wondering how to fix it?

Code:

View Replies !   View Related
Warning: Session_start(): Cannot Send Session Cache Limiter - Headers Already Sent (output Started At
I keep receiving this error message, could someone explain its meaning and how to rectify it.

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/home/gavinm/public_html/production/index.php:5) in /usr/home/gavinm/public_html/production/login/loggedin.php on line 3

View Replies !   View Related
Warning: Cannot Modify Header Information Headers Already Sent By (output Started At /home/username/
I just started a proxy website, everything is set up properly but above my URL box for the proxy, I get an error in text saying: Quote:

Warning: Cannot modify header information headers already sent by (output started at /home/username/domains/mydomain.com/public_html/index.php:13) in /home/username/domains/mydomain.com/public_html/PHProxy.class.php on line 627.

View Replies !   View Related
Warning: Cannot Modify Header Information - Headers Already Sent By (output Started At C:program Fileseasyphp1
Warning: Cannot modify header information - headers already sent by (output started at c:program fileseasyphp1-8wwwcommencebladminprocess_extract_papers.php:437) in c:program fileseasyphp1-8wwwcommenceblincludespage_includespage.php on line 16

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cookie Headers Already Sent By (output Started At C:
Warning: session_start() [function.session-start]: Cannot send session cookie headers already sent by (output started at C:AppServwwwindex.php:1) in C:AppServwwwindex.php on line 3

Warning: session_start() [function.session-start]: Cannot send session cache limiter headers already sent (output started at C:AppServwwwindex.php:1) in C:AppServwwwindex.php on line 3

Warning: Cannot modify header information headers already sent by (output started at C:AppServwwwindex.php:1) in C:AppServwwwindex.php on line 4.

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cache Limiter - Headers Already Sent (output Started At
I found a wonderful Captcha script and it works wonderfully, except when i use include to put it into another file...
I get this error message:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/user/public_html/index.php:12) in /home/user/public_html/securimage.php on line 386
After some short research here it appears that this happens because there is already HTML output in the main page..

I am using the include function to add it (the form) to the regular index.php page.... Do I need to add something in the headers to prevent this? Code:

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cache Limiter - Headers Already Sent (output Started At C:xampphtdocsestprocessUpload.php:4)
I just installed Xampp as its the only way i can get PHP, mySql and phpMyAdmin to work on vista. I have code which normally works on another machine but now im getting this error. Code:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:xampphtdocs estprocessUpload.php:4)

Any ideas why i would be getting this error now?

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cache Limiter - Headers Already Sent (output Started At /home/user/public_html/index.php:8) In /home/user/public_html/nmdeluxe/index.php On Line 2
I'm having a problem with one of my files. I keep on getting the following error:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/user/public_html/index.php:8) in /home/user/public_html/nmdeluxe/index.php on line 2

The second line of the nmdeluxe/index.php file has the session_start(); code. There aren't any spaces before the <?php line. The file is in ANSI form. I'm also including this file in one of my other files using PHP includes.

<? include("/home/user/public_html/nmdeluxe/index.php") ?>

The public_html/index.php has that code in it. The nmdeluxe/index.php does include itself into the public_html/index.php file, but I that error message appears at the top of the page. How can I fix this?

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cookie - Headers Already Sent By (output Started At /home/comm/public_html/local_dynamic/br.php:6) In /home/comm/public_html/local_dynamic/br.php On Line 168
A visitor selects some options from a page and press the submit button,then the second page shows his selected options and there he fill his details and again press the submit button then the selected options with his details is stored in db

i have used sessions to move the data from one page to another.with localhost it is working good but when i upload the scripts to my site it is showing following warnings.how to overcome with this.

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/comm/public_html/local_dynamic/br.php:6) in /home/comm/public_html/local_dynamic/br.php on line 168

View Replies !   View Related
Warning: Session_start() [function.session-start]: Cannot Send Session Cookie - Headers Already Sent By (output Started At /opt/lampp/htdocs/xampp/phplogin3.php:38) In /opt/lampp/htdocs/xampp/phplogin3.php On Line 48
I have a simple login page which passess username and password to a php script. I am using php 5.0.4, mysql 4.1.12, apache 2.0.54. I get these warning messages when the form variables get passed to my php script

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /opt/lampp/htdocs/xampp/phplogin3.php:38) in /opt/lampp/htdocs/xampp/phplogin3.php on line 48

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /opt/lampp/htdocs/xampp/phplogin3.php:38) in /opt/lampp/htdocs/xampp/phplogin3.php on line 48
Success!

The variables i passed are passing fine, I echo'd them to check. Code:

View Replies !   View Related
Warning: Cannot Send Session Cache Limiter - Headers Already Sent (output Started At /usr/local/apache_ssl/htdocs/mb/admin/author_menu.php:12) In /usr/local/apache_ssl/htdocs/mb/admin/author_menu.php On Line 12
Warning: Cannot send session cache limiter - headers already sent (output started at /usr/local/apache_ssl/htdocs/mb/admin/author_menu.php:12) in /usr/local/apache_ssl/htdocs/mb/admin/author_menu.php on line 12

authorized is True Session is registered I added session_start(); on my pages and it displayed a warning message, what does it mean? i already tried the to add a session_cache_limiter to public but still didn't worked. need help ; ).

View Replies !   View Related
Warning: Cannot Send Session Cookie - Headers Already Sent By (output Started At /home/hkia/public_html/09archive/list1.php:11) In /home/hkia/public_html/09archive/list1.php On Line 53
i add session_start() on the top of a php file, the first time i visit the page is ok, but when i visit it the second and after, the following error is output. what should i do for that?? Quote:

Warning: Cannot send session cookie - headers already sent by (output started at /home/hkia/public_html/09archive/list1.php:11) in /home/hkia/public_html/09archive/list1.php on line 53

Warning: Cannot send session cache limiter - headers already sent (output started at /home/hkia/public_html/09archive/list1.php:11) in /home/hkia/public_html/09archive/list1.php on line 53

View Replies !   View Related

Copyright © 2005-08 www.BigResource.com, All rights reserved