![]() |
super quick php question
Code:
preg_match('/(USPS|UPS)\s+?(Postal|Ground|Priority)\s/i',$page,$matched); I added Code:
if ($shipping_method='Postal') |
if ($shipping_method='Postal')
should be: if ($shipping_method=='Postal') = is an assignment == is a comparison . |
awesome, knew it was something simple, almost tried the == too :) thx so much
|
Neat. Actual help w/o BS in a thread!
Nice, sarettah ;-) |
All times are GMT -7. The time now is 03:24 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123