473,387 Members | 1,573 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

PHP and .NET

Before I begin let me thank the many people in this group who have helped me
over the last few years. It has been greatly appreciated.

For the last several years I have been coding all server code in php. I
love the language. However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies that
use .NET and asp. I have done no work in these, so I have to learn them
quickly so that I can get a job/contract.

I have found a great site called www.w3schools.com, and am looking there to
study aspx (asp with .net). I have even installed IIS on my machine so
that I can proceed. I still use Dreamweaver as my editor/syntax indicator.

Does anyone have any suggestions as to the best way to proceed, great
tutorials other than this one, and a news group for aspx that is as good as
this one is for php?

Thanks.

--
Shelly
Aug 26 '07 #1
32 1656
Sheldon Glickler wrote:
Before I begin let me thank the many people in this group who have helped me
over the last few years. It has been greatly appreciated.

For the last several years I have been coding all server code in php. I
love the language. However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies that
use .NET and asp. I have done no work in these, so I have to learn them
quickly so that I can get a job/contract.

I have found a great site called www.w3schools.com, and am looking there to
study aspx (asp with .net). I have even installed IIS on my machine so
that I can proceed. I still use Dreamweaver as my editor/syntax indicator.

Does anyone have any suggestions as to the best way to proceed, great
tutorials other than this one, and a news group for aspx that is as good as
this one is for php?

Thanks.

--
Shelly

I wouldn't expect anyone in a PHP group to necessarily know anything
about asp.net. Why don't you try one of their newsgroups?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 26 '07 #2

"Jerry Stuckle" <js*******@attglobal.netwrote in message
news:3L******************************@comcast.com. ..
Sheldon Glickler wrote:
>Before I begin let me thank the many people in this group who have helped
me over the last few years. It has been greatly appreciated.

For the last several years I have been coding all server code in php. I
love the language. However, I live in an area (in the midlle of a
triangle formed by Orlando, Tampa and Gainesville) that seems to have
companies that use .NET and asp. I have done no work in these, so I have
to learn them quickly so that I can get a job/contract.

I have found a great site called www.w3schools.com, and am looking there
to study aspx (asp with .net). I have even installed IIS on my machine
so that I can proceed. I still use Dreamweaver as my editor/syntax
indicator.

Does anyone have any suggestions as to the best way to proceed, great
tutorials other than this one, and a news group for aspx that is as good
as this one is for php?

Thanks.

--
Shelly

I wouldn't expect anyone in a PHP group to necessarily know anything about
asp.net. Why don't you try one of their newsgroups?
That's why I love this group -- always helpful. That was a big "DUH" for
me. I should have thought of that first/.
Aug 26 '07 #3
"Sheldon Glickler" <sh*******@asap-consult.comha scritto nel messaggio
news:13*************@corp.supernews.com...

>
Does anyone have any suggestions as to the best way to proceed, great
tutorials other than this one, and a news group for aspx that is as good
as this one is for php?
I'm a good c#/.Net programmer, but I hate asp.net (it's really complex to me
and difficult to make it run on some providers), that's why I'm trying php
(I begin looking/modify some CMS code).

But I can help you telling that you could try as IDE/debugger the Express
release of Microsoft VisualStudio (basic relative to the pro version, but
free and without license limits).

Web development Express 2005, .Net Fw 2.0
http://msdn2.microsoft.com/es-ar/express/aa974185.aspx
Web development Express 2008, .Net Fw 3.x (beta2)
http://msdn2.microsoft.com/es-ar/exp.../bb676747.aspx

Aug 27 '07 #4
"Sheldon Glickler" <sh*******@asap-consult.comha scritto nel messaggio
news:13*************@corp.supernews.com...

The big problems I have come across so far are that I cannot see how to
connect to a MySQL database (I need SQLServer or Oracle of even Access)
This is an ado.net problem, not a asp.net one.
my server doesn't seem to understand the aspx controls.
This is not understandable.
Ask to microsoft NG:

microsoft.public.dotnet.framework.aspnet

microsoft.public.dotnet.framework.adonet


Aug 29 '07 #5
>>
>I wouldn't expect anyone in a PHP group to necessarily know anything
about asp.net. Why don't you try one of their newsgroups?

That's why I love this group -- always helpful. That was a big "DUH" for
me. I should have thought of that first/.
that said...you can download everything you need for asp dev from microsoft
for free including the ide...which indicates to me they don't have the
web-dev language market cornered. they used to charge for that shit. anyway,
any bookstore is your best bet since developing for the web is almost
identical to developing a desktop app. your learning curve will be more
steep unless you are familiar with VB and OOP. unlike php, .net cannot be
quickly learned from internet sources...newsgroups included.

i'd look for work outside of your physical location. consult. work from
home. it's a big world out there and companies don't need to have you in an
office all the time anymore.
Aug 30 '07 #6

"Steve" <no****@example.comwrote in message
news:ur***************@newsfe06.lga...
>>>
I wouldn't expect anyone in a PHP group to necessarily know anything
about asp.net. Why don't you try one of their newsgroups?

That's why I love this group -- always helpful. That was a big "DUH" for
me. I should have thought of that first/.

that said...you can download everything you need for asp dev from
microsoft for free including the ide...which indicates to me they don't
have the web-dev language market cornered. they used to charge for that
shit. anyway, any bookstore is your best bet since developing for the web
is almost identical to developing a desktop app. your learning curve will
be more steep unless you are familiar with VB and OOP. unlike php, .net
cannot be quickly learned from internet sources...newsgroups included.

i'd look for work outside of your physical location. consult. work from
home. it's a big world out there and companies don't need to have you in
an office all the time anymore.
I downloaded all the stuff from the Microsoft site (yes, I was surprised it
was free). I even downloaded SQLServer Compact 2005. (Now that took a
little learning to set up). I have already accessed that database on my
machine and am in the middle of duplicating a page I created using php. The
Web Designer IDE is pretty nice, and the aspx doesn't look all that hard.
Yes, I am familiar with VB and OOP.

Shelly
Aug 30 '07 #7
On Aug 30, 6:22 am, "Shelly" <sheldonlg.n...@asap-consult.comwrote:
"Steve" <no....@example.comwrote in message

news:ur***************@newsfe06.lga...


>I wouldn't expect anyone in a PHP group to necessarily know anything
about asp.net. Why don't you try one of their newsgroups?
That's why I love this group -- always helpful. That was a big "DUH" for
me. I should have thought of that first/.
that said...you can download everything you need for asp dev from
microsoft for free including the ide...which indicates to me they don't
have the web-dev language market cornered. they used to charge for that
shit. anyway, any bookstore is your best bet since developing for the web
is almost identical to developing a desktop app. your learning curve will
be more steep unless you are familiar with VB and OOP. unlike php, .net
cannot be quickly learned from internet sources...newsgroups included.
i'd look for work outside of your physical location. consult. work from
home. it's a big world out there and companies don't need to have you in
an office all the time anymore.

I downloaded all the stuff from the Microsoft site (yes, I was surprised it
was free). I even downloaded SQLServer Compact 2005. (Now that took a
little learning to set up). I have already accessed that database on my
machine and am in the middle of duplicating a page I created using php. The
Web Designer IDE is pretty nice, and the aspx doesn't look all that hard.
Yes, I am familiar with VB and OOP.

Shelly
Not that I am advocating asp, but just to help:

did you notice microsofts asp.net domain and it's videos?
http://www.asp.net/learn/videos/

MS also has a course targeting PHP developers
https://www.microsoftelearning.com/e...PriceId=122941

Aug 30 '07 #8
On 30 Aug, 13:51, ELINTPimp <smsi...@gmail.comwrote:
| did you notice microsofts asp.net domain and it's videos?http://
www.asp.net/learn/videos/
Or even "its videos"!

Aug 30 '07 #9
r
On Aug 26, 1:21 pm, "Sheldon Glickler" <sheldo...@asap-consult.com>
wrote:
However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies that
use .NET and asp.
Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?

HTH,
-r

Aug 30 '07 #10

"ELINTPimp" <sm*****@gmail.comwrote in message Not that I am advocating
asp, but just to help:
>
did you notice microsofts asp.net domain and it's videos?
http://www.asp.net/learn/videos/

MS also has a course targeting PHP developers
https://www.microsoftelearning.com/e...PriceId=122941
Wow! Any more? (XML, etc?)
Aug 30 '07 #11
On Aug 30, 8:53 am, Captain Paralytic <paul_laut...@yahoo.comwrote:
On 30 Aug, 13:51, ELINTPimp <smsi...@gmail.comwrote:
| did you notice microsofts asp.net domain and it's videos?http://www.asp.net/learn/videos/
Or even "its videos"!
thank's =)
hehe

Aug 30 '07 #12
On Aug 30, 9:21 am, r <Remember.Object...@gmail.comwrote:
On Aug 26, 1:21 pm, "Sheldon Glickler" <sheldo...@asap-consult.com>
wrote:
However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies that
use .NET and asp.

Move.
<snip>

Awesome!

Aug 30 '07 #13
On Aug 30, 9:51 am, "Shelly" <sheldonlg.n...@asap-consult.comwrote:
"ELINTPimp" <smsi...@gmail.comwrote in message Not that I am advocating

asp, but just to help:
did you notice microsofts asp.net domain and it's videos?
http://www.asp.net/learn/videos/
MS also has a course targeting PHP developers
https://www.microsoftelearning.com/e...l.aspx?offerPr...

Wow! Any more? (XML, etc?)
Sorry, I came across those "resources" at a low point in my life and I
haven't come across any similar free offerings from MS since.

Hope it helped.

Aug 30 '07 #14

"r" <Re****************@gmail.comwrote in message
news:11*********************@y42g2000hsy.googlegro ups.com...
On Aug 26, 1:21 pm, "Sheldon Glickler" <sheldo...@asap-consult.com>
wrote:
>However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies
that
use .NET and asp.

Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?

HTH,
-r
I live in the middle of a big triangle of Orlando, Tampa and Gainesville.
It is almost ALL .net.

Shelly
Aug 30 '07 #15

"ELINTPimp" <sm*****@gmail.comwrote in message
news:11*********************@r34g2000hsd.googlegro ups.com...
On Aug 30, 8:53 am, Captain Paralytic <paul_laut...@yahoo.comwrote:
>On 30 Aug, 13:51, ELINTPimp <smsi...@gmail.comwrote:
| did you notice microsofts asp.net domain and it's
videos?http://www.asp.net/learn/videos/
Or even "its videos"!

thank's =)
hehe
Wouldn't that have been 'Or even "ITs videos"!' ?

Shelly
Aug 30 '07 #16

"ELINTPimp" <sm*****@gmail.comwrote in message
news:11*********************@r34g2000hsd.googlegro ups.com...
On Aug 30, 9:21 am, r <Remember.Object...@gmail.comwrote:
>On Aug 26, 1:21 pm, "Sheldon Glickler" <sheldo...@asap-consult.com>
wrote:
However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies
that
use .NET and asp.

Move.
<snip>

Awesome!
NEVER! My next home is a 3ft x 7ft. x 2ft. Where I live is Paradise.
Aug 30 '07 #17
r
On Aug 30, 1:04 pm, "Shelly" <sheldonlg.n...@asap-consult.comwrote:
"ELINTPimp" <smsi...@gmail.comwrote in message

news:11*********************@r34g2000hsd.googlegro ups.com...
On Aug 30, 9:21 am, r <Remember.Object...@gmail.comwrote:
On Aug 26, 1:21 pm, "Sheldon Glickler" <sheldo...@asap-consult.com>
wrote:
However, I live in an area (in the midlle of a triangle
formed by Orlando, Tampa and Gainesville) that seems to have companies
that
use .NET and asp.
Move.
<snip>
Awesome!

NEVER! My next home is a 3ft x 7ft. x 2ft. Where I live is Paradise.
Well it is Zend's responsibility to make sure .NET doesn't happen to
entire communities...they need to build a remote project management
office there.
Aug 30 '07 #18
Shelly wrote:
"r" <Re****************@gmail.comwrote in message
>Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?

I live in the middle of a big triangle of Orlando, Tampa and Gainesville.
It is almost ALL .net.
Wow - the one place that's even *more* republican than Texas.
God help you.
Aug 30 '07 #19
"Herb Martin" <ne**@learnquick.comwrote in message
news:46***********************@roadrunner.com...
>
"Sheldon Glickler" <sh*******@asap-consult.comwrote in message
news:13*************@corp.supernews.com...
>>. So far I have downloaded the free web designer express beta (and also
the VB and C#). I started playing with it and it seems that my php
knowledge will be helpful in understanding.

Learning C# just to supplement your PHP is a BIG chunk (not that you
cannot do it but it isn't going to happen overnight even if you already
program in a dozen languages, unless one of THOSE is C++.)
I have programmed in Java, so c# shouldn't be a problem. The syntax isn't
all that different and the OOP is the same concept.
Going the other way is MUCH easier (from C++/C# to PHP -- I hope
<grin>)
True! If you don't try to OOP PHP, but treat is as procedural, then all you
really need is C experience.
VB is a smaller chunk but you really need to consider how much
functionality
you will give up by just using PHP without .NET etc.

Using .Net isn't bad, but it's another, usually separate, strategy.
.....but MARKETABLE!
>
>It doesn't look all that hard and it has some nice controls (such as the
grid control for database results and a calendar control.

And maybe you need those badly enough and cannot get them from straight
PHP, but maybe not.
Looking further into it since I posted this, there are quite a few controls
that are there that I have had to spend time in PHP to accomplish. For
example, I often have had to do a validation section of multiple inputs and
then echo messages if there were missing items, etc. They have a control to
do it and all you need do is drag and drop and set a few things in the
properties box (like which object it validates and the error message
associated with it). There is also a range control. The grid control is
also very nice as it does all the DB access and putting to the screen --
with paging. All of these took time when I did them in php, so maybe it is
not so bad :-) ?
>
>The big problems I have come across so far are that I cannot see how to
connect to a MySQL database (I need SQLServer or Oracle of even Access)

This MAY be a weakness of the MICROSOFT .Net groups as the people
there will not TEND to be using MySql as much as SQL Server or Access,
but they will have ODBC experience galore if you connect through the
ODBC database drivers etc.
Yeah, that should be possible. However, it would be nice if it went
directly to MySQL. Of course that would mean that they might lose on their
big moneymaker -- SQLServer.
>
>and my server doesn't seem to understand the aspx controls. This last
one I should be able to resolve by a call the GoDaddy.

I have not understanding of your actual problem or what GoDaddy would have
to do with it.
They are the server that the MySQL db and the web site that I just developed
are located on. The asp controls didn't appear when I put the file there.
No big deal. This is a learning exercise for me. I am trying to duplicate
that site using .NET and ASP. So, I installed SQLServer Compact on my local
machine (THAT was an experience!) and hook up to that. I simply exported
the tables from the MySQL and put them in SQLServer. Now I can go to town
with my learning and try to redo that site on my local machine.

Shelly

Shelly
Aug 30 '07 #20

"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:pc*******************@newssvr29.news.prodigy. net...
Shelly wrote:
>"r" <Re****************@gmail.comwrote in message
>>Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?

I live in the middle of a big triangle of Orlando, Tampa and Gainesville.
It is almost ALL .net.

Wow - the one place that's even *more* republican than Texas.
God help you.
Tell me about it! I lived in Massachusetts for 37 uears. I was billing the
customers for 55 hours a week. 50 weeks a year from 1990 until 2000 when the
Bush depression hit that area. I was doing application development throught
the temp agencies for 6-18 month assignments. Then, for the first time in
my life I was out of work for 17 of the next 26 months. I finally took a
job in southeast Florida teaching high school math for 1/3 what I had been
making. I also picked up PHP and web development on the side (self-taught,
as with everything else). Now I live here in a fantastic place called The
Villages (www.thevillages.com). However, there is no work here for me, so
I have to learn new skills (just as I did many times before). The one
immutable fact is that I will not move from here -- even though I am a
Libertarian.

Shelly
Aug 30 '07 #21
Shelly wrote:
"Herb Martin" <ne**@learnquick.comwrote in message
>>
Using .Net isn't bad, but it's another, usually separate, strategy.

....but MARKETABLE!
Depends. I find a lot more for PHP and Perl (OS/Webserver independent
languages) than I do for anything MS-centric.
>
Looking further into it since I posted this, there are quite a few controls
that are there that I have had to spend time in PHP to accomplish. For
example, I often have had to do a validation section of multiple inputs and
then echo messages if there were missing items, etc. They have a control to
do it and all you need do is drag and drop and set a few things in the
properties box (like which object it validates and the error message
associated with it). There is also a range control. The grid control is
also very nice as it does all the DB access and putting to the screen --
with paging. All of these took time when I did them in php, so maybe it is
not so bad :-) ?
Of you want the bloat, fine. But I find it pretty easy to do validation
in PHP. And more efficient, also. But then I grew up programming when
efficiency meant something.
Yeah, that should be possible. However, it would be nice if it went
directly to MySQL. Of course that would mean that they might lose on their
big moneymaker -- SQLServer.
Works fine with ODBC. But MS doesn't WANT you to connect to non-MS
databases.
>>and my server doesn't seem to understand the aspx controls. This last

They are the server that the MySQL db and the web site that I just developed
are located on. The asp controls didn't appear when I put the file there.
No big deal. This is a learning exercise for me. I am trying to duplicate
that site using .NET and ASP. So, I installed SQLServer Compact on my local
machine (THAT was an experience!) and hook up to that. I simply exported
the tables from the MySQL and put them in SQLServer. Now I can go to town
with my learning and try to redo that site on my local machine.
Get a real website. They're not that expensive.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 31 '07 #22
Sanders Kaufman wrote:
Shelly wrote:
>"r" <Re****************@gmail.comwrote in message
>>Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?

I live in the middle of a big triangle of Orlando, Tampa and
Gainesville. It is almost ALL .net.

Wow - the one place that's even *more* republican than Texas.
God help you.
Not a chance. Republicans know better.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 31 '07 #23
Shelly wrote:
"Sanders Kaufman" <bu***@kaufman.netwrote in message
news:pc*******************@newssvr29.news.prodigy. net...
>Shelly wrote:
>>"r" <Re****************@gmail.comwrote in message
Move. Something seems very wrong here, PHP is supposed to be
undercutting these technologies. Are the people of the town acting
strangely in any way? Does there seem to be less emotional expression
that you've noticed. At nighttime, are there large groups of them
screaming and running?
I live in the middle of a big triangle of Orlando, Tampa and Gainesville.
It is almost ALL .net.
Wow - the one place that's even *more* republican than Texas.
God help you.

Tell me about it! I lived in Massachusetts for 37 uears. I was billing the
customers for 55 hours a week. 50 weeks a year from 1990 until 2000 when the
Bush depression hit that area.

Sounds like a democrat. Billing 55 hours even though you only work 20 :-)
I was doing application development throught
the temp agencies for 6-18 month assignments. Then, for the first time in
my life I was out of work for 17 of the next 26 months. I finally took a
job in southeast Florida teaching high school math for 1/3 what I had been
making. I also picked up PHP and web development on the side (self-taught,
as with everything else). Now I live here in a fantastic place called The
Villages (www.thevillages.com). However, there is no work here for me, so
I have to learn new skills (just as I did many times before). The one
immutable fact is that I will not move from here -- even though I am a
Libertarian.

Shelly

Gee, I haven't had a problem like this at all. In fact, I'm turning
away work.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 31 '07 #24
Gary L. Burnore wrote:
Even though? Heck, its the perfect reason to stay there. Drive the
neocon dupes nutzz just by telling then the truth.
It's not the NeoCons who will be driven crazy in that pursuit.
They LONG for someone to evangelize to, outside of The Family.
Aug 31 '07 #25
Jerry Stuckle wrote:
>
Not at all. Unlike some here, I'm a competent programmer. The economy
*rocks*. But it doesn't for those who can't make it without government
help.

.....amazing how many good programmers are political morons.
Aug 31 '07 #26
foogow wrote:
Jerry Stuckle wrote:
>>
Not at all. Unlike some here, I'm a competent programmer. The
economy *rocks*. But it doesn't for those who can't make it without
government help.


....amazing how many good programmers are political morons.
I never heard anyone say you were a good programmer.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Aug 31 '07 #27
On Aug 30, 7:54 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
annoying irrelevant off topic right wing extremist propaganda having nothing to
do with php programming
I wouldn't expect anyone in a PHP group to necessarily know anything
about libertarian ideology. Why don't you try one of their
newsgroups?

Aug 31 '07 #28

"salmobytes" <Sa***************@gmail.comwrote in message
news:11**********************@q3g2000prf.googlegro ups.com...
On Aug 30, 7:54 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>annoying irrelevant off topic right wing extremist propaganda having
nothing to
do with php programming

I wouldn't expect anyone in a PHP group to necessarily know anything
about libertarian ideology. Why don't you try one of their
newsgroups?
Libertarian is something between the two. It combines the human rights
aspect of Democrats amd the fiscal policy of Republicans. In a nutshell, it
calls for an absolute minimum of government and then only when really
necessary (armed forces, roads, courts, etc.). It calls for individual
liberties -- something that Bush and company with the un-patriot act seems
to want to do away with.

Shelly
Aug 31 '07 #29
Shelly wrote:
"salmobytes" <Sa***************@gmail.comwrote in message
news:11**********************@q3g2000prf.googlegro ups.com...
>On Aug 30, 7:54 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>>annoying irrelevant off topic right wing extremist propaganda having
nothing to
do with php programming
I wouldn't expect anyone in a PHP group to necessarily know anything
about libertarian ideology. Why don't you try one of their
newsgroups?

Libertarian is something between the two. It combines the human rights
aspect of Democrats amd the fiscal policy of Republicans. In a nutshell, it
calls for an absolute minimum of government and then only when really
necessary (armed forces, roads, courts, etc.). It calls for individual
liberties -- something that Bush and company with the un-patriot act seems
to want to do away with.

Shelly

That's what its SUPPOSED to be about: In practice its a convenient
ideology for 'let big business do what it likes, and the devil take the
hindmost'

One man's freedom is usually another man's death sentence. You only need
look into Iraq.
Aug 31 '07 #30
I believe you are in the wrong group to be discussing these issues. I
keep clicking on this to make sure the original problem was resolved
and Shelly doesn't have any additional questions...

Aug 31 '07 #31
Yes, it has been solved. This tread took on a life of its own.

"ELINTPimp" <sm*****@gmail.comwrote in message
news:11*********************@r29g2000hsg.googlegro ups.com...
>I believe you are in the wrong group to be discussing these issues. I
keep clicking on this to make sure the original problem was resolved
and Shelly doesn't have any additional questions...

Aug 31 '07 #32
So.... who's in favor of an abortion API for PHP?
How about a flag-burning framework?
Does religion have any place in project management?
Since PHP is open source, does that make us all socialists?

:):):) :):):)



Shelly wrote:
Yes, it has been solved. This tread took on a life of its own.

"ELINTPimp" <sm*****@gmail.comwrote in message
news:11*********************@r29g2000hsg.googlegro ups.com...
>I believe you are in the wrong group to be discussing these issues. I
keep clicking on this to make sure the original problem was resolved
and Shelly doesn't have any additional questions...

Sep 1 '07 #33

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.