Hi! I’m having problem with opening my site, I made some researches and it may be related with the version of my xampp, I want to ask, what version of xampp are you using?
PS C:\xampp\htdocs\codeignter\blog> $ php -S localhost:8000 $ : The term '$' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + $ php -S localhost:8000 + ~ + CategoryInfo : ObjectNotFound: ($:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException This Error having please tell me how to slove above error
Hi! I’m having problem with opening my site, I made some researches and it may be related with the version of my xampp, I want to ask, what version of xampp are you using?
7.3 or 7.4 should work perfectly
Sir please teach add to cart functionality in codeignter with update and remove product
What VS Code Extensions are you using to help you with CodeIgniter, please?
hi sir my default route working fine but when I make new route it is not working can you please tell any solutions
hello sir kya app ek online shoping site bano ge codeigniter php
Codeigniter 4
PS C:\xampp\htdocs\codeignter\blog> $ php -S localhost:8000
$ : The term '$' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ $ php -S localhost:8000
+ ~
+ CategoryInfo : ObjectNotFound: ($:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
This Error having please tell me how to slove above error
If you are trying to run the application.
Just run php -S localhost:8000 (without $ symbol)
@@fundaofwebit I did this and the webpage says The requested resource / was not found on this server, is this becoz I have xamp?
Where can i contact you sir